diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-11-07 19:22:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-11-07 19:22:17 +0000 |
commit | 8edcb7c849be382f1e05a34f323d985296bceb8e (patch) | |
tree | 5d043d4acb97f91a4a0248edd836e688c8ae67fa /dev-vcs/cssc | |
parent | punt files directory, all unused files (diff) | |
download | gentoo-2-8edcb7c849be382f1e05a34f323d985296bceb8e.tar.gz gentoo-2-8edcb7c849be382f1e05a34f323d985296bceb8e.tar.bz2 gentoo-2-8edcb7c849be382f1e05a34f323d985296bceb8e.zip |
Version bump. Do not set DEPEND.
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/cssc')
-rw-r--r-- | dev-vcs/cssc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/cssc/cssc-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/cssc/cssc-1.2.0.ebuild | 5 | ||||
-rw-r--r-- | dev-vcs/cssc/cssc-1.3.0.ebuild | 31 |
4 files changed, 41 insertions, 7 deletions
diff --git a/dev-vcs/cssc/ChangeLog b/dev-vcs/cssc/ChangeLog index 7f0c27b75e5a..91490c7f3b32 100644 --- a/dev-vcs/cssc/ChangeLog +++ b/dev-vcs/cssc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/cssc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/ChangeLog,v 1.5 2010/06/07 10:16:40 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/ChangeLog,v 1.6 2010/11/07 19:22:17 jer Exp $ + +*cssc-1.3.0 (07 Nov 2010) + + 07 Nov 2010; Jeroen Roovers <jer@gentoo.org> cssc-1.0.1.ebuild, + cssc-1.2.0.ebuild, +cssc-1.3.0.ebuild: + Version bump. Do not set DEPEND. 07 Jun 2010; Christoph Mende <angelos@gentoo.org> cssc-1.2.0.ebuild: amd64 stable (bug #305659) diff --git a/dev-vcs/cssc/cssc-1.0.1.ebuild b/dev-vcs/cssc/cssc-1.0.1.ebuild index 7a0ecf079ea3..45ae38c4046f 100644 --- a/dev-vcs/cssc/cssc-1.0.1.ebuild +++ b/dev-vcs/cssc/cssc-1.0.1.ebuild @@ -1,6 +1,6 @@ # 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.3 2010/03/08 18:54:55 grobian Exp $ +# $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 @@ -17,8 +17,6 @@ KEYWORDS="~ppc-macos ~x86-macos" IUSE="" RESTRICT="test" -DEPEND="" - src_configure() { econf --enable-binary || die } diff --git a/dev-vcs/cssc/cssc-1.2.0.ebuild b/dev-vcs/cssc/cssc-1.2.0.ebuild index 9f2c76d44590..3fabc7bcdd8f 100644 --- a/dev-vcs/cssc/cssc-1.2.0.ebuild +++ b/dev-vcs/cssc/cssc-1.2.0.ebuild @@ -1,6 +1,6 @@ # 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.2.0.ebuild,v 1.3 2010/06/07 10:16:40 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/cssc-1.2.0.ebuild,v 1.4 2010/11/07 19:22:17 jer Exp $ EAPI="2" @@ -13,8 +13,6 @@ S=${WORKDIR}/CSSC-${PV} KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" -DEPEND="" - src_prepare() { # The large test takes a long time sed -i tests/Makefile.* \ @@ -22,6 +20,7 @@ src_prepare() { } src_configure() { econf --enable-binary; } + src_compile() { emake all || die "emake failed" } diff --git a/dev-vcs/cssc/cssc-1.3.0.ebuild b/dev-vcs/cssc/cssc-1.3.0.ebuild new file mode 100644 index 000000000000..296c861fe339 --- /dev/null +++ b/dev-vcs/cssc/cssc-1.3.0.ebuild @@ -0,0 +1,31 @@ +# 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.3.0.ebuild,v 1.1 2010/11/07 19:22:17 jer Exp $ + +EAPI="2" + +DESCRIPTION="CSSC is the GNU Project's replacement for SCCS" +SRC_URI="mirror://gnu/${PN}/CSSC-${PV}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/cssc/" +SLOT="0" +LICENSE="GPL-3" +S=${WORKDIR}/CSSC-${PV} +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +src_prepare() { + # The large test takes a long time + sed -i tests/Makefile.* \ + -e 's|\([[:space:]]\)test-large |\1|g' || die "sed failed" +} + +src_configure() { econf --enable-binary; } + +src_compile() { + emake all || die "emake failed" +} + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc README NEWS ChangeLog AUTHORS || die "dodoc failed" +} |