diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-31 11:29:20 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-31 11:29:20 +0000 |
commit | e3d5bd16998b8601e0e8a052d5357e94533f80bd (patch) | |
tree | 227d94b006cd0c2eb190104772a60b06af700914 /dev-util/shc | |
parent | Fix python support, wrt bug #440362 and 440364. (diff) | |
download | gentoo-2-e3d5bd16998b8601e0e8a052d5357e94533f80bd.tar.gz gentoo-2-e3d5bd16998b8601e0e8a052d5357e94533f80bd.tar.bz2 gentoo-2-e3d5bd16998b8601e0e8a052d5357e94533f80bd.zip |
Drop old version
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/shc')
-rw-r--r-- | dev-util/shc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/shc/shc-3.8.7.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-util/shc/ChangeLog b/dev-util/shc/ChangeLog index c11a6f82da99..c9c899c2c14e 100644 --- a/dev-util/shc/ChangeLog +++ b/dev-util/shc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/shc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.28 2012/10/15 05:05:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.29 2012/10/31 11:29:20 pinkbyte Exp $ + + 31 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> -shc-3.8.7.ebuild: + Drop old version 15 Oct 2012; Raúl Porcel <armin76@gentoo.org> shc-3.8.9.ebuild: x86 stable wrt #438080 diff --git a/dev-util/shc/shc-3.8.7.ebuild b/dev-util/shc/shc-3.8.7.ebuild deleted file mode 100644 index 3bfd42289c44..000000000000 --- a/dev-util/shc/shc-3.8.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.8.7.ebuild,v 1.6 2012/10/14 18:53:35 armin76 Exp $ - -EAPI="2" - -inherit toolchain-funcs - -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="~alpha ~amd64 ppc ~sparc x86" -IUSE="" - -RESTRICT="test" - -src_prepare() { - # respect LDFLAGS - sed -i Makefile -e 's:$(CC) $(CFLAGS):& $(LDFLAGS):' || die -} - -src_compile() { - ## the "test"-target leads to an access-violation -> so we skip it - ## as it's only for demonstration purposes anyway. - emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" shc || die -} - -src_install() { - dobin shc || die - doman shc.1 || die - dodoc shc.README CHANGES || die -} |