diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-04-11 01:31:11 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-04-11 01:31:11 +0000 |
commit | a4a053caba7418352449b6c70d03c2b02496e154 (patch) | |
tree | f47746f22431bfb7afcaab33e01596faa7963220 /dev-vcs | |
parent | New ebuild for the findbugs CLI, a static analysis tool for Java (diff) | |
download | gentoo-2-a4a053caba7418352449b6c70d03c2b02496e154.tar.gz gentoo-2-a4a053caba7418352449b6c70d03c2b02496e154.tar.bz2 gentoo-2-a4a053caba7418352449b6c70d03c2b02496e154.zip |
Officially remove the old (bug #312089).
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cssc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/cssc/cssc-1.0.1.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-vcs/cssc/ChangeLog b/dev-vcs/cssc/ChangeLog index 7675a3c1295e..3aae398b62bd 100644 --- a/dev-vcs/cssc/ChangeLog +++ b/dev-vcs/cssc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cssc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/ChangeLog,v 1.8 2011/01/08 18:29:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/ChangeLog,v 1.9 2011/04/11 01:31:11 jer Exp $ + + 11 Apr 2011; Jeroen Roovers <jer@gentoo.org> -cssc-1.0.1.ebuild: + Officially remove the old (bug #312089). 08 Jan 2011; Jeroen Roovers <jer@gentoo.org> +cssc-1.2.0.ebuild: Oops, should not have removed that. diff --git a/dev-vcs/cssc/cssc-1.0.1.ebuild b/dev-vcs/cssc/cssc-1.0.1.ebuild deleted file mode 100644 index 45ae38c4046f..000000000000 --- a/dev-vcs/cssc/cssc-1.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/cssc-1.0.1.ebuild,v 1.4 2010/11/07 19:22:17 jer Exp $ - -# leave this ebuild around please, it's the only one that compiles (and hence -# isn't masked) -- grobian - -EAPI="3" - -DESCRIPTION="CSSC is the GNU Project's replacement for SCCS" -SRC_URI="mirror://sourceforge/cssc/CSSC-${PV}.tar.gz" -HOMEPAGE="http://cssc.sourceforge.net/" -SLOT="0" -LICENSE="GPL-2 LGPL-2" -S=${WORKDIR}/CSSC-${PV} -KEYWORDS="~ppc-macos ~x86-macos" -IUSE="" -RESTRICT="test" - -src_configure() { - econf --enable-binary || die -} - -src_compile() { - emake all || die -} - -src_install () { - make DESTDIR="${D}" install || die - dodoc README NEWS ChangeLog AUTHORS -} |