summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-04-18 22:05:05 +0000
committerMarkus Meier <maekke@gentoo.org>2008-04-18 22:05:05 +0000
commitf705cc35d1134a1bb13205f8fe44daf3f0e5410f (patch)
tree227c14ac4a0b5fece4e486a3137c5972d6a51edd /dev-util/cssc/cssc-0.15_alpha0.ebuild
parentamd64/x86 stable, bug #215787 (diff)
downloadgentoo-2-f705cc35d1134a1bb13205f8fe44daf3f0e5410f.tar.gz
gentoo-2-f705cc35d1134a1bb13205f8fe44daf3f0e5410f.tar.bz2
gentoo-2-f705cc35d1134a1bb13205f8fe44daf3f0e5410f.zip
x86 stable and drop old, bug #217302
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'dev-util/cssc/cssc-0.15_alpha0.ebuild')
-rw-r--r--dev-util/cssc/cssc-0.15_alpha0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/cssc/cssc-0.15_alpha0.ebuild b/dev-util/cssc/cssc-0.15_alpha0.ebuild
deleted file mode 100644
index 856ff4ef9245..000000000000
--- a/dev-util/cssc/cssc-0.15_alpha0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/cssc-0.15_alpha0.ebuild,v 1.7 2007/07/12 01:05:41 mr_bones_ Exp $
-
-MY_P=${P/cssc/CSSC}
-MY_P=${MY_P/_alpha/alpha.pl}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="CSSC is the GNU Project's replacement for SCCS"
-SRC_URI="mirror://sourceforge/cssc/${MY_P}.tar.gz"
-HOMEPAGE="http://cssc.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-
-KEYWORDS="x86 ~amd64"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_compile() {
- econf --enable-binary || die
- emake all || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc README NEWS ChangeLog AUTHORS
-}