summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-08-14 10:10:21 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-08-14 10:10:21 +0000
commit34ffe38a0de55b59013d0ad70bc0bf127a8af181 (patch)
tree4983d03bd614a7711b0999bf980cc9edf2833fb4 /dev-util/cssc
parentMake sys-apps/which a dependency only on GNU userland. (diff)
downloadgentoo-2-34ffe38a0de55b59013d0ad70bc0bf127a8af181.tar.gz
gentoo-2-34ffe38a0de55b59013d0ad70bc0bf127a8af181.tar.bz2
gentoo-2-34ffe38a0de55b59013d0ad70bc0bf127a8af181.zip
version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util/cssc')
-rw-r--r--dev-util/cssc/ChangeLog9
-rw-r--r--dev-util/cssc/Manifest4
-rw-r--r--dev-util/cssc/cssc-1.0.1.ebuild25
-rw-r--r--dev-util/cssc/files/digest-cssc-1.0.11
4 files changed, 36 insertions, 3 deletions
diff --git a/dev-util/cssc/ChangeLog b/dev-util/cssc/ChangeLog
index 96ef847794a0..5a1764ce7bd7 100644
--- a/dev-util/cssc/ChangeLog
+++ b/dev-util/cssc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/cssc
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/ChangeLog,v 1.5 2004/09/05 17:09:28 aliz Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/ChangeLog,v 1.6 2005/08/14 10:10:21 dragonheart Exp $
+
+*cssc-1.0.1 (14 Aug 2005)
+
+ 14 Aug 2005; Daniel Black <dragonheart@gentoo.org> +cssc-1.0.1.ebuild:
+ version bump
05 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> cssc-0.15_alpha0.ebuild:
Added amd64 keyword, closing #58829.
diff --git a/dev-util/cssc/Manifest b/dev-util/cssc/Manifest
index 6498853027a6..56e7b2fd36e8 100644
--- a/dev-util/cssc/Manifest
+++ b/dev-util/cssc/Manifest
@@ -1,3 +1,5 @@
-MD5 d4a7a9ec36fa22d780eeceb8bc9209fc cssc-0.15_alpha0.ebuild 685
MD5 79760fd654a7d567a77b4048c83521c9 ChangeLog 703
+MD5 d4a7a9ec36fa22d780eeceb8bc9209fc cssc-0.15_alpha0.ebuild 685
+MD5 40cda3250f3fff796636cf8ce0f37a86 cssc-1.0.1.ebuild 642
MD5 8361f81b35233fa20d14209d08b15818 files/digest-cssc-0.15_alpha0 70
+MD5 8d808b6b78bcb3636012ea03b0caf4e0 files/digest-cssc-1.0.1 62
diff --git a/dev-util/cssc/cssc-1.0.1.ebuild b/dev-util/cssc/cssc-1.0.1.ebuild
new file mode 100644
index 000000000000..44579d3ccb49
--- /dev/null
+++ b/dev-util/cssc/cssc-1.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/cssc-1.0.1.ebuild,v 1.1 2005/08/14 10:10:21 dragonheart Exp $
+
+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="~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
+}
+
diff --git a/dev-util/cssc/files/digest-cssc-1.0.1 b/dev-util/cssc/files/digest-cssc-1.0.1
new file mode 100644
index 000000000000..0362f509ed30
--- /dev/null
+++ b/dev-util/cssc/files/digest-cssc-1.0.1
@@ -0,0 +1 @@
+MD5 5e1ebff620aea1295ac5de906d0dc279 CSSC-1.0.1.tar.gz 698524