diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-03-23 07:47:16 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-03-23 07:47:16 +0100 |
commit | 2cc1f9a12fd1663c96b413e4fca5457f7906616f (patch) | |
tree | 065030d421602f4b072ad67400a1492e2033cf23 /app-arch/mt-st | |
parent | x11-misc/vym: Old. (diff) | |
download | gentoo-2cc1f9a12fd1663c96b413e4fca5457f7906616f.tar.gz gentoo-2cc1f9a12fd1663c96b413e4fca5457f7906616f.tar.bz2 gentoo-2cc1f9a12fd1663c96b413e4fca5457f7906616f.zip |
app-arch/mt-st: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r-- | app-arch/mt-st/Manifest | 2 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-1.1.ebuild | 30 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-1.2.ebuild | 24 |
3 files changed, 0 insertions, 56 deletions
diff --git a/app-arch/mt-st/Manifest b/app-arch/mt-st/Manifest index 06e469a47676..33b5cbea5e2c 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 08c8ff9fe2ce..000000000000 --- 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 c28d87e18333..000000000000 --- 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 -} |