diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-07-13 00:02:27 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-07-13 00:02:27 +0000 |
commit | 8e504b5aefac4e73eb9b2bdafd19ab439ac6bc13 (patch) | |
tree | 0ba4442511efdd23397c0edc82bce45bb346bb1e /dev-util/cogito | |
parent | dep fixes (diff) | |
download | historical-8e504b5aefac4e73eb9b2bdafd19ab439ac6bc13.tar.gz historical-8e504b5aefac4e73eb9b2bdafd19ab439ac6bc13.tar.bz2 historical-8e504b5aefac4e73eb9b2bdafd19ab439ac6bc13.zip |
Version bump.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'dev-util/cogito')
-rw-r--r-- | dev-util/cogito/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cogito/Manifest | 22 | ||||
-rw-r--r-- | dev-util/cogito/cogito-0.12.1.ebuild | 44 | ||||
-rw-r--r-- | dev-util/cogito/files/digest-cogito-0.12.1 | 1 |
4 files changed, 68 insertions, 6 deletions
diff --git a/dev-util/cogito/ChangeLog b/dev-util/cogito/ChangeLog index 77db7300add7..b8c7294b6fbb 100644 --- a/dev-util/cogito/ChangeLog +++ b/dev-util/cogito/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cogito # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cogito/ChangeLog,v 1.8 2005/07/01 13:08:06 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cogito/ChangeLog,v 1.9 2005/07/13 00:02:27 spock Exp $ + +*cogito-0.12.1 (13 Jul 2005) + + 13 Jul 2005; Michał Januszewski <spock@gentoo.org> +cogito-0.12.1.ebuild: + Version bump. 01 Jul 2005; Carlos Silva <r3pek@gentoo.org> +files/git-rev-list.patch, cogito-0.11.3.ebuild: diff --git a/dev-util/cogito/Manifest b/dev-util/cogito/Manifest index ab528e7442af..ac4cf9f6cc03 100644 --- a/dev-util/cogito/Manifest +++ b/dev-util/cogito/Manifest @@ -1,10 +1,22 @@ -MD5 b89e4db323ee9968c4c39da3e0a9024f ChangeLog 1321 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 24a745e8855e1ed929957dd4ed24bb1f cogito-0.11.3.ebuild 1201 +MD5 d1d086774f9f3230fe4f0ec3e6fde95b cogito-0.12.1.ebuild 1019 MD5 d73390b4d1e177024393c03d7e4c2b16 cogito-0.10.ebuild 954 +MD5 350dac854e5309e7b8c8187d32bb32ba ChangeLog 1445 MD5 20c60131e38335a0de051562a3d19baf cogito-0.11.1.ebuild 1162 -MD5 24a745e8855e1ed929957dd4ed24bb1f cogito-0.11.3.ebuild 1201 MD5 78c1b34edd1399c24d7d9e59212bc17a metadata.xml 221 -MD5 90686df4f47a37777c2631dee1704799 files/Makefile.patch 383 -MD5 4c6c7a8b4b396f97dde1260eafe72d2b files/digest-cogito-0.10 63 -MD5 e4258e9e454fa0cbd3f62971a66b14c7 files/git-rev-list.patch 429 MD5 cbef7f8cfe9c29b3b89650aa366fb46d files/digest-cogito-0.11.1 66 MD5 580ddb29c2391c4a59978ff2dd5c495f files/digest-cogito-0.11.3 66 +MD5 00437278281ff60bd2fde483168d1e8d files/digest-cogito-0.12.1 66 +MD5 e4258e9e454fa0cbd3f62971a66b14c7 files/git-rev-list.patch 429 +MD5 4c6c7a8b4b396f97dde1260eafe72d2b files/digest-cogito-0.10 63 +MD5 90686df4f47a37777c2631dee1704799 files/Makefile.patch 383 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC1Fomchej4aZK9/cRAuYzAJ9ap0OvySJUi2CvoxCN7UHDJJ9dnwCeOAhG +u+JgDjbd/ElTFO81K3f4ek0= +=1Fh7 +-----END PGP SIGNATURE----- diff --git a/dev-util/cogito/cogito-0.12.1.ebuild b/dev-util/cogito/cogito-0.12.1.ebuild new file mode 100644 index 000000000000..71c72fb628d9 --- /dev/null +++ b/dev-util/cogito/cogito-0.12.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cogito/cogito-0.12.1.ebuild,v 1.1 2005/07/13 00:02:27 spock Exp $ + +inherit eutils + +DESCRIPTION="The GIT scripted toolkit" +HOMEPAGE="http://kernel.org/pub/software/scm/cogito/" +SRC_URI="http://kernel.org/pub/software/scm/cogito/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" +IUSE="mozsha1 ppcsha1 doc" + +DEPEND="dev-libs/openssl + sys-libs/zlib + !dev-util/git + doc? ( app-text/asciidoc app-text/xmlto )" + +RDEPEND="net-misc/rsync + app-text/rcs + net-misc/curl" + +src_compile() { + if use mozsha1 ; then + export MOZILLA_SHA1=yes + elif use ppcsha1 ; then + export PPC_SHA1=yes + fi + + emake || die "emake failed" + + if use doc; then + cd ${S}/Documentation + make || die "make documentation failed" + fi +} + +src_install() { + make install DESTDIR="${D}" prefix="/usr" || die "install failed" + dodoc README* + doman Documentation/*.1 Documentation/*.7 +} diff --git a/dev-util/cogito/files/digest-cogito-0.12.1 b/dev-util/cogito/files/digest-cogito-0.12.1 new file mode 100644 index 000000000000..a11eaa4e8f12 --- /dev/null +++ b/dev-util/cogito/files/digest-cogito-0.12.1 @@ -0,0 +1 @@ +MD5 80fc575b7e505132b3f8018842620c37 cogito-0.12.1.tar.bz2 259665 |