diff options
author | 2002-07-25 14:16:07 +0000 | |
---|---|---|
committer | 2002-07-25 14:16:07 +0000 | |
commit | f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a (patch) | |
tree | db38970b0aee99e8ef1a7e46747ab0aa2f70a68e /app-arch/mt-st | |
parent | Added SLOT and KEYWORDS (diff) | |
download | gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.tar.gz gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.tar.bz2 gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.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" |