public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/mt-st/
Date: Thu, 23 Mar 2017 06:51:15 +0000 (UTC)	[thread overview]
Message-ID: <1490251636.2cc1f9a12fd1663c96b413e4fca5457f7906616f.jer@gentoo> (raw)

commit:     2cc1f9a12fd1663c96b413e4fca5457f7906616f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 06:47:16 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 06:47:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc1f9a1

app-arch/mt-st: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-arch/mt-st/Manifest         |  2 --
 app-arch/mt-st/mt-st-1.1.ebuild | 30 ------------------------------
 app-arch/mt-st/mt-st-1.2.ebuild | 24 ------------------------
 3 files changed, 56 deletions(-)

diff --git a/app-arch/mt-st/Manifest b/app-arch/mt-st/Manifest
index 06e469a4767..33b5cbea5e2 100644
--- a/app-arch/mt-st/Manifest
+++ b/app-arch/mt-st/Manifest
@@ -1,3 +1 @@
-DIST mt-st-1.1.tar.gz 35749 SHA256 945cb4f3d9957dabe768f5941a9148b746396836c797b25f020c84319ba8170d SHA512 5fd11c430219c9c2d98f7567433a59c689e6f1bf9a2aaa13eb8df58569c1d70417965a4a62b5c9d0fc7e4e520ecb8d745911d18c3e2652c6aaedb94850743fdb WHIRLPOOL 17f76ec85a0506bd7973cf3733ef091eb63f422cdf0057c11582f675e08d6aca1f531bbc824d4d4f8950431bbc87e246e90024f0b1f2ee43549802b56e7e31f8
-DIST mt-st-1.2.tar.gz 34186 SHA256 b2bb1b78fb562672d0deaff6120edb019da7c06950cb90cbcc07d97c767958cd SHA512 3565f9364f25e91350b6fdbc26f3843c86d7ad831d5575bc8e0c0dd985f9ab8e4677c3d112c9967408babe22f79058507d89ef7c593f83aafe78036105cf535c WHIRLPOOL 397023409f38b5d82983688fdbfefd692bc7b5bb99158f1abb98a5a7ac9f4b47cc43bf61392b36905e81e331c1ab35f470c552555e86c322de5de9a945d31214
 DIST mt-st-1.3.tar.gz 35341 SHA256 b552775326a327cdcc076c431c5cbc4f4e235ac7c41aa931ad83f94cccb9f6de SHA512 1d026ae85e1ca367e72f1810042314070f592306d9ddec331b95ea4e1153dc3edee68d8798bdf7e055a4cf9c67ec8c539e5d188e87f0546f48b5f4ee4bc6a820 WHIRLPOOL 2987539dc307234ea195e7d9b23623ff907117550a878ba794fd576fce31c3c37593f071c2ef0154e8d9891d14c12e9bb8c7c84c2060a858b377dc7e3335e1cd

diff --git a/app-arch/mt-st/mt-st-1.1.ebuild b/app-arch/mt-st/mt-st-1.1.ebuild
deleted file mode 100644
index 08c8ff9fe2c..00000000000
--- a/app-arch/mt-st/mt-st-1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="control magnetic tape drive operation"
-HOMEPAGE="http://www.ibiblio.org/pub/linux/system/backup/"
-SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-src_prepare() {
-	sed -i -e "s:-O2:${CFLAGS}:g" Makefile
-}
-
-src_compile() {
-	# Builds straight from .c to final binary
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" || die
-}
-
-src_install() {
-	dosbin mt stinit || die
-	doman mt.1 stinit.8
-	dodoc README* stinit.def.examples
-}

diff --git a/app-arch/mt-st/mt-st-1.2.ebuild b/app-arch/mt-st/mt-st-1.2.ebuild
deleted file mode 100644
index c28d87e1833..00000000000
--- a/app-arch/mt-st/mt-st-1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="control magnetic tape drive operation"
-HOMEPAGE="https://github.com/iustin/mt-st"
-SRC_URI="${HOMEPAGE}/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
-	dosbin mt stinit
-	doman mt.1 stinit.8
-	dodoc README* stinit.def.examples
-}


             reply	other threads:[~2017-03-23  6:51 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23  6:51 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-05 11:27 [gentoo-commits] repo/gentoo:master commit in: app-arch/mt-st/ Sam James
2025-02-04 14:17 Sam James
2025-02-03 20:00 Sam James
2025-02-03 20:00 Sam James
2024-08-25 12:04 Andreas K. Hüttel
2024-05-13 14:38 Arthur Zamarin
2024-05-13 14:38 Arthur Zamarin
2021-05-06 10:12 Sam James
2021-05-06 10:11 Sam James
2021-05-06 10:09 Sam James
2021-05-06 10:06 Sam James
2021-05-06 10:04 Sam James
2020-08-30 11:02 Jeroen Roovers
2019-12-15 11:14 Jeroen Roovers
2019-08-28  9:11 David Seifert
2017-03-23  6:51 Jeroen Roovers
2017-01-31  8:57 Tobias Klausmann
2017-01-31  5:39 Jeroen Roovers
2017-01-22 16:27 Agostino Sarubbo
2017-01-20 11:05 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2017-01-16 10:15 Agostino Sarubbo
2017-01-15 15:50 Agostino Sarubbo
2017-01-15 12:40 Agostino Sarubbo
2016-05-05  7:42 Jeroen Roovers
2016-02-13  8:38 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490251636.2cc1f9a12fd1663c96b413e4fca5457f7906616f.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox