diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-03-26 09:14:37 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-03-26 09:14:37 +0000 |
commit | 24ba43628e81915ed9e303841218018f34b00530 (patch) | |
tree | 39d18b4c6145a3a852c1edb942f0f229eb6c820f /gnustep-libs/objcunit | |
parent | Version bump. Fix syslog flood with messages like "GRE: accepting packet" (#1... (diff) | |
download | gentoo-2-24ba43628e81915ed9e303841218018f34b00530.tar.gz gentoo-2-24ba43628e81915ed9e303841218018f34b00530.tar.bz2 gentoo-2-24ba43628e81915ed9e303841218018f34b00530.zip |
Small touch-ups, no behavioural change
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'gnustep-libs/objcunit')
-rw-r--r-- | gnustep-libs/objcunit/Manifest | 12 | ||||
-rw-r--r-- | gnustep-libs/objcunit/files/digest-objcunit-1.2 | 2 | ||||
-rw-r--r-- | gnustep-libs/objcunit/objcunit-1.2.ebuild | 10 |
3 files changed, 18 insertions, 6 deletions
diff --git a/gnustep-libs/objcunit/Manifest b/gnustep-libs/objcunit/Manifest index 14a5256dc6d0..d60f08414ba0 100644 --- a/gnustep-libs/objcunit/Manifest +++ b/gnustep-libs/objcunit/Manifest @@ -1,4 +1,12 @@ MD5 e9a52a3cd5a6dde337efc023fc7189e0 ChangeLog 605 -MD5 6d2fa3abd552e278cc463c81985a5d55 files/digest-objcunit-1.2 72 +RMD160 aa1ad1a0115d69eb52e96fe35bf453cb9209acd8 ChangeLog 605 +SHA256 d4174c089c74e083a478a9e5b5630466a43ea892625b8096a1d49b0b6ad945e7 ChangeLog 605 +MD5 e146777dde02df15331e93616a179c30 files/digest-objcunit-1.2 262 +RMD160 130d3c697cc8723134992c2d95d69228f4f369d7 files/digest-objcunit-1.2 262 +SHA256 c4993a31d5304d97aa38aaad516241f1e53a198263a62b4335d425daba389e8e files/digest-objcunit-1.2 262 MD5 acc6f20e388a2aecc891aa409b97944e metadata.xml 391 -MD5 d0be4d2e391929a9d5687d9484e44842 objcunit-1.2.ebuild 938 +RMD160 16549c3f751238c38e432ed188791a8a2aca833f metadata.xml 391 +SHA256 e88251526831e41784a2d0a997d85f7a9885bb7d5fead31c7e6e1a40f9996494 metadata.xml 391 +MD5 d87687f49262575ee6ade0a6bd103bce objcunit-1.2.ebuild 1073 +RMD160 46611f0eee1e7eb6dc3e128a9cb88ee1c11625ce objcunit-1.2.ebuild 1073 +SHA256 e5e90844fe146e526f0176623592a908c1f20cef177d68e6ee3e3a13ed301522 objcunit-1.2.ebuild 1073 diff --git a/gnustep-libs/objcunit/files/digest-objcunit-1.2 b/gnustep-libs/objcunit/files/digest-objcunit-1.2 index 27b59b40340d..9016e3d00658 100644 --- a/gnustep-libs/objcunit/files/digest-objcunit-1.2 +++ b/gnustep-libs/objcunit/files/digest-objcunit-1.2 @@ -1 +1,3 @@ MD5 4a3cb8fca919a3161688ca8e14ac4b5c ObjcUnit-1.2-GNUstep.tar.gz 113852 +RMD160 2ef115032ed23f533de37d1d4bb0e49d38f80b10 ObjcUnit-1.2-GNUstep.tar.gz 113852 +SHA256 11438c61d8994c1bd33c38b404f6ccfda8c2c811462f0f78abd2f54a39c9e026 ObjcUnit-1.2-GNUstep.tar.gz 113852 diff --git a/gnustep-libs/objcunit/objcunit-1.2.ebuild b/gnustep-libs/objcunit/objcunit-1.2.ebuild index acb8bde5af24..500068070e20 100644 --- a/gnustep-libs/objcunit/objcunit-1.2.ebuild +++ b/gnustep-libs/objcunit/objcunit-1.2.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/objcunit/objcunit-1.2.ebuild,v 1.3 2005/11/04 18:08:48 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/objcunit/objcunit-1.2.ebuild,v 1.4 2006/03/26 09:14:37 grobian Exp $ S=${WORKDIR}/ObjcUnit-1.2/ObjcUnit inherit gnustep -DESCRIPTION="ObjcUnit is a unit testing framework for Objective-C on Mac OS X and GNUstep" +DESCRIPTION="ObjcUnit: a unit testing framework for Obj-C on MacOSX and GNUstep" HOMEPAGE="http://oops.se/objcunit/" -#HOMEPAGE="http://xanthippe.dyndns.org/Zipper/" +#SRC_URI="ftp://ftp.oops.se/pub/software/ObjcUnit/ObjcUnit-${PV}.tar.gz" +# note: we cannot take original upstream sources, as they need GNUstep +# patches, which are included in below URL SRC_URI="http://xanthippe.dyndns.org/Zipper/ObjcUnit-${PV}-GNUstep.tar.gz" KEYWORDS="~ppc ~x86" |