diff options
author | Carlos Silva <r3pek@gentoo.org> | 2005-05-01 13:09:44 +0000 |
---|---|---|
committer | Carlos Silva <r3pek@gentoo.org> | 2005-05-01 13:09:44 +0000 |
commit | 6c427fc83d8b985e59b56be319eff5346d6ba6a6 (patch) | |
tree | 8a3b52ba384dc5efe445396856e938cdf6489e41 /dev-util/cogito | |
parent | ebuild cleaning (diff) | |
download | historical-6c427fc83d8b985e59b56be319eff5346d6ba6a6.tar.gz historical-6c427fc83d8b985e59b56be319eff5346d6ba6a6.tar.bz2 historical-6c427fc83d8b985e59b56be319eff5346d6ba6a6.zip |
Closing bug #91035
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/cogito')
-rw-r--r-- | dev-util/cogito/Manifest | 3 | ||||
-rw-r--r-- | dev-util/cogito/cogito-0.8.ebuild | 3 | ||||
-rw-r--r-- | dev-util/cogito/files/commit-id.patch | 11 |
3 files changed, 2 insertions, 15 deletions
diff --git a/dev-util/cogito/Manifest b/dev-util/cogito/Manifest index c68ac6581fa2..38698f7905d4 100644 --- a/dev-util/cogito/Manifest +++ b/dev-util/cogito/Manifest @@ -1,6 +1,5 @@ MD5 3a306bacdedebc354a2c1a3525dee1bd ChangeLog 378 -MD5 51edf5f138f45537383042ce6c00ab29 cogito-0.8.ebuild 952 +MD5 224466ad720cb403a4f2e205ed80443b cogito-0.8.ebuild 913 MD5 78c1b34edd1399c24d7d9e59212bc17a metadata.xml 221 MD5 9902774a3ff269d4f0aa6698fb14605c files/Makefile.patch 563 -MD5 f3e0d72ecb025d059a41a2fba712fce9 files/commit-id.patch 279 MD5 3fb5a5b1fe10d2236e605bb52b514d3a files/digest-cogito-0.8 63 diff --git a/dev-util/cogito/cogito-0.8.ebuild b/dev-util/cogito/cogito-0.8.ebuild index 320b9ab0c15f..968ed802daae 100644 --- a/dev-util/cogito/cogito-0.8.ebuild +++ b/dev-util/cogito/cogito-0.8.ebuild @@ -1,6 +1,6 @@ # 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.8.ebuild,v 1.3 2005/05/01 05:05:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cogito/cogito-0.8.ebuild,v 1.4 2005/05/01 13:09:44 r3pek Exp $ inherit eutils @@ -22,7 +22,6 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/Makefile.patch - epatch "${FILESDIR}"/commit-id.patch sed -i \ -e "/^CFLAGS/s:-g -O2:${CFLAGS}:" \ Makefile diff --git a/dev-util/cogito/files/commit-id.patch b/dev-util/cogito/files/commit-id.patch deleted file mode 100644 index 993c1d3cae8f..000000000000 --- a/dev-util/cogito/files/commit-id.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- commit-id.old 2005-04-26 21:01:20.300139824 +0100 -+++ commit-id 2005-04-26 21:02:10.335884208 +0100 -@@ -32,7 +32,7 @@ - exit 1 - fi - --if [ "$(cat-file -t "$id")" != "commit" ]; then -+if [ "$(./cat-file -t "$id")" != "commit" ]; then - echo "Invalid id: $id" >&2 - exit 1 - fi |