diff options
author | 2005-07-15 23:33:48 +0000 | |
---|---|---|
committer | 2005-07-15 23:33:48 +0000 | |
commit | 80791c6b85642b04a8401c156790d59d1685d0a9 (patch) | |
tree | 098ce2329603760e6e39c9f4c992dc64cc2c1f58 /dev-util/cppunit | |
parent | QA: New versions don't go directly to stable. (diff) | |
download | historical-80791c6b85642b04a8401c156790d59d1685d0a9.tar.gz historical-80791c6b85642b04a8401c156790d59d1685d0a9.tar.bz2 historical-80791c6b85642b04a8401c156790d59d1685d0a9.zip |
added RESTRICT=maketest, some examples seems to be not as good as they should be
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/Manifest | 12 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.10.2.ebuild | 4 |
2 files changed, 4 insertions, 12 deletions
diff --git a/dev-util/cppunit/Manifest b/dev-util/cppunit/Manifest index 9afb264f2fbc..48c2a9d0fbc3 100644 --- a/dev-util/cppunit/Manifest +++ b/dev-util/cppunit/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 2088e693ce5dc24d9d17c07ab0abe304 cppunit-1.8.0.ebuild 915 -MD5 91c81ce310e163df8609bb6d8852476c cppunit-1.10.2.ebuild 913 +MD5 d95a4f0c195c9d10afc2755c16dff014 cppunit-1.10.2.ebuild 935 MD5 e8ec012041dd43590a9ff9becfe18a5b ChangeLog 1481 MD5 c4c708e3dc384f836a21bfea63ae3288 metadata.xml 162 MD5 2f66c625e1f7de63458cfb987e9b0d9d files/digest-cppunit-1.10.2 66 MD5 b71249733f097340c7893dfdc0538885 files/digest-cppunit-1.8.0 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCmkgRntT9W3vfTuoRAmYiAKCOvFvjZqBhvOIbmCGHEMlh5frhBACghdST -/gvzo55zpUoucSL7yyiPJbU= -=pQaB ------END PGP SIGNATURE----- diff --git a/dev-util/cppunit/cppunit-1.10.2.ebuild b/dev-util/cppunit/cppunit-1.10.2.ebuild index fee0d481a90b..8c1263ba7dd2 100644 --- a/dev-util/cppunit/cppunit-1.10.2.ebuild +++ b/dev-util/cppunit/cppunit-1.10.2.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/cppunit/cppunit-1.10.2.ebuild,v 1.7 2005/05/29 22:53:56 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.10.2.ebuild,v 1.8 2005/07/15 23:33:48 george Exp $ IUSE="" @@ -12,6 +12,8 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" +RESTRICT="maketest" + DEPEND="app-doc/doxygen media-gfx/graphviz" |