summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-12-29 12:37:26 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-12-29 12:37:26 +0000
commit4c690551ebf2240b6129746dc1035d261cc64078 (patch)
treedefaed42db0e1006782aa43a819c85ab30d87f7d /dev-util
parentVersion bumped. Closes 28377 (diff)
downloadhistorical-4c690551ebf2240b6129746dc1035d261cc64078.tar.gz
historical-4c690551ebf2240b6129746dc1035d261cc64078.tar.bz2
historical-4c690551ebf2240b6129746dc1035d261cc64078.zip
Version bumped. Closes 28377
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/shc/Manifest4
-rw-r--r--dev-util/shc/files/digest-shc-3.71
-rw-r--r--dev-util/shc/shc-3.7.ebuild25
3 files changed, 28 insertions, 2 deletions
diff --git a/dev-util/shc/Manifest b/dev-util/shc/Manifest
index 47d6d2d5f8cd..cdcf3d0aedc5 100644
--- a/dev-util/shc/Manifest
+++ b/dev-util/shc/Manifest
@@ -1,7 +1,7 @@
-MD5 86a42ce6ff73e2ee34894fee2c1d41ba ChangeLog 963
+MD5 bf5a2b5abdfefa8cfaff13b631242622 ChangeLog 1086
MD5 062c71396c80087eb33b98f7ccd3ee12 shc-3.4.ebuild 687
MD5 44caf0a362ebf8fb789815b827e1177a shc-3.6.ebuild 687
-MD5 6c12221d0b7cedca357a580585327e34 shc-3.7.ebuild 688
+MD5 b60701e6574f8216aa58a12af05cf170 shc-3.7.ebuild 689
MD5 30b7e134fcfbece29aa02778d2bdaf81 files/digest-shc-3.7 55
MD5 ad57924495236c763d0fe1dfe51727ff files/digest-shc-3.4 55
MD5 15d75588af6a4c42980dd668f30a88d4 files/digest-shc-3.6 55
diff --git a/dev-util/shc/files/digest-shc-3.7 b/dev-util/shc/files/digest-shc-3.7
new file mode 100644
index 000000000000..409ff15f6db7
--- /dev/null
+++ b/dev-util/shc/files/digest-shc-3.7
@@ -0,0 +1 @@
+MD5 49e4054ad39371ea84f7be46cf8d9701 shc-3.7.tgz 18942
diff --git a/dev-util/shc/shc-3.7.ebuild b/dev-util/shc/shc-3.7.ebuild
new file mode 100644
index 000000000000..c49c2b6947d5
--- /dev/null
+++ b/dev-util/shc/shc-3.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.1 2003/12/29 12:36:40 mholzer Exp $
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+DEPEND="virtual/glibc"
+
+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() {
+ dobin shc
+ doman shc.1
+ dodoc shc.README CHANGES
+}