diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:32:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:32:14 +0000 |
commit | 4f9ec5be21db04472d3db52c287bc40024c537b7 (patch) | |
tree | 437cd9fc6358b2fb3fe313823c6325a45468178a /dev-util/shc | |
parent | fix license/repoman (diff) | |
download | historical-4f9ec5be21db04472d3db52c287bc40024c537b7.tar.gz historical-4f9ec5be21db04472d3db52c287bc40024c537b7.tar.bz2 historical-4f9ec5be21db04472d3db52c287bc40024c537b7.zip |
fix license/repoman
Diffstat (limited to 'dev-util/shc')
-rw-r--r-- | dev-util/shc/shc-3.4.ebuild | 22 | ||||
-rw-r--r-- | dev-util/shc/shc-3.6.ebuild | 17 |
2 files changed, 14 insertions, 25 deletions
diff --git a/dev-util/shc/shc-3.4.ebuild b/dev-util/shc/shc-3.4.ebuild index b483ad07f3e4..2d25d9f81351 100644 --- a/dev-util/shc/shc-3.4.ebuild +++ b/dev-util/shc/shc-3.4.ebuild @@ -1,33 +1,25 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.4.ebuild,v 1.3 2003/02/13 12:00:30 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.4.ebuild,v 1.4 2003/08/07 03:31:15 vapier Exp $ -IUSE="" - -DESCRIPTION="A (shell-) script compiler/scrambler." -SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" +DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" +SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="virtual/glibc" -src_unpack() { - unpack ${P}.tgz - cd ${S} -} - src_compile() { ## the "test"-target leads to an access-violation -> so we skip it ## as it's only for demonstration purposes anyway. make shc || die } -src_install () { - exeinto /usr/bin - doexe shc +src_install() { + dobin shc doman shc.1 dodoc shc.README CHANGES } diff --git a/dev-util/shc/shc-3.6.ebuild b/dev-util/shc/shc-3.6.ebuild index 1884e1040a3a..4041e4175345 100644 --- a/dev-util/shc/shc-3.6.ebuild +++ b/dev-util/shc/shc-3.6.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.6.ebuild,v 1.2 2003/07/12 14:28:13 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.6.ebuild,v 1.3 2003/08/07 03:31:15 vapier Exp $ -IUSE="" - -DESCRIPTION="A (shell-) script compiler/scrambler." -SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" +DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" +SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="virtual/glibc" @@ -20,9 +18,8 @@ src_compile() { make shc || die } -src_install () { - exeinto /usr/bin - doexe shc +src_install() { + dobin shc doman shc.1 dodoc shc.README CHANGES } |