diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:16:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:16:07 +0000 |
commit | f1bfb2e9a10888afc29295560da58a8b14465804 (patch) | |
tree | 91d1ba3a34e31328cb991db162aa7eb85a384bfa /app-arch/mt-st | |
parent | Added SLOT and KEYWORDS (diff) | |
download | historical-f1bfb2e9a10888afc29295560da58a8b14465804.tar.gz historical-f1bfb2e9a10888afc29295560da58a8b14465804.tar.bz2 historical-f1bfb2e9a10888afc29295560da58a8b14465804.zip |
repoman'd
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r-- | app-arch/mt-st/mt-st-0.6.ebuild | 12 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-0.7.ebuild | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-arch/mt-st/mt-st-0.6.ebuild b/app-arch/mt-st/mt-st-0.6.ebuild index dd9d5005db2e..b6b504f80f92 100644 --- a/app-arch/mt-st/mt-st-0.6.ebuild +++ b/app-arch/mt-st/mt-st-0.6.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.6.ebuild,v 1.4 2002/07/17 20:44:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.6.ebuild,v 1.5 2002/07/25 14:16:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls" SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://www.gnu.org/software/tar/" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" @@ -19,12 +21,10 @@ src_unpack() { } src_compile() { - try make + make || die } src_install() { dosbin mt stinit doman mt.1 stinit.8 } - - diff --git a/app-arch/mt-st/mt-st-0.7.ebuild b/app-arch/mt-st/mt-st-0.7.ebuild index f542a179fa14..074c32975e4e 100644 --- a/app-arch/mt-st/mt-st-0.7.ebuild +++ b/app-arch/mt-st/mt-st-0.7.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7.ebuild,v 1.4 2002/07/17 20:44:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7.ebuild,v 1.5 2002/07/25 14:16:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls" SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://www.gnu.org/software/tar/" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" |