diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-07-05 14:33:18 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-07-05 14:33:18 +0000 |
commit | fb07e1fb485cd47a05e1e581da9c04251a2f7a2f (patch) | |
tree | 6b45d2da77b3616168fce873afacf842e5361f24 /dev-lang | |
parent | Initial import, based on the work of Robert Sebastian Gerus and David Somers ... (diff) | |
download | gentoo-2-fb07e1fb485cd47a05e1e581da9c04251a2f7a2f.tar.gz gentoo-2-fb07e1fb485cd47a05e1e581da9c04251a2f7a2f.tar.bz2 gentoo-2-fb07e1fb485cd47a05e1e581da9c04251a2f7a2f.zip |
Remove old revision and add RESTRICT=test since the testsuite is not included in the tarballs.
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/hugs98/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/hugs98/files/digest-hugs98-2003.11 | 2 | ||||
-rw-r--r-- | dev-lang/hugs98/hugs98-2003.11.ebuild | 7 | ||||
-rw-r--r-- | dev-lang/hugs98/hugs98-2005.3-r2.ebuild | 5 |
4 files changed, 17 insertions, 4 deletions
diff --git a/dev-lang/hugs98/ChangeLog b/dev-lang/hugs98/ChangeLog index d65c389f2585..f51d38f75696 100644 --- a/dev-lang/hugs98/ChangeLog +++ b/dev-lang/hugs98/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/hugs98 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.32 2006/07/04 22:54:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.33 2006/07/05 14:33:18 dcoutts Exp $ + + 05 Jul 2006; Duncan Coutts <dcoutts@gentoo.org> hugs98-2003.11.ebuild, + -hugs98-2005.3-r1.ebuild, hugs98-2005.3-r2.ebuild: + Remove old revision and add RESTRICT=test since the testsuite is not + included in the tarballs 04 Jul 2006; Jeroen Roovers <jer@gentoo.org> hugs98-2005.3-r2.ebuild: Marked ~hppa (bug #126324). diff --git a/dev-lang/hugs98/files/digest-hugs98-2003.11 b/dev-lang/hugs98/files/digest-hugs98-2003.11 index b865e9f1fc26..8052fd69510c 100644 --- a/dev-lang/hugs98/files/digest-hugs98-2003.11 +++ b/dev-lang/hugs98/files/digest-hugs98-2003.11 @@ -1 +1,3 @@ MD5 86ed68ada4ff1d455213a851256437fc hugs98-Nov2003.tar.gz 1919935 +RMD160 32c228e3e3fb25ca502586ac3addf9f71f93b3b2 hugs98-Nov2003.tar.gz 1919935 +SHA256 335a23a38cf16820ee94d0aa75c0a2d6130793dcbb9ecb54904e5f1c7dad0f84 hugs98-Nov2003.tar.gz 1919935 diff --git a/dev-lang/hugs98/hugs98-2003.11.ebuild b/dev-lang/hugs98/hugs98-2003.11.ebuild index 65e7ea98da0e..6ee39c088887 100644 --- a/dev-lang/hugs98/hugs98-2003.11.ebuild +++ b/dev-lang/hugs98/hugs98-2003.11.ebuild @@ -1,6 +1,6 @@ -# 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/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.11 2005/03/18 18:06:34 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.12 2006/07/05 14:33:18 dcoutts Exp $ inherit base flag-o-matic eutils @@ -20,6 +20,9 @@ DEPEND="virtual/libc opengl? ( virtual/opengl virtual/glu virtual/glut ) ~app-text/docbook-sgml-dtd-4.2" +# the testsuite is not included in the tarball +RESTRICT="test" + src_unpack() { base_src_unpack cd ${S}/src diff --git a/dev-lang/hugs98/hugs98-2005.3-r2.ebuild b/dev-lang/hugs98/hugs98-2005.3-r2.ebuild index 7197431c8286..309bbbafc84f 100644 --- a/dev-lang/hugs98/hugs98-2005.3-r2.ebuild +++ b/dev-lang/hugs98/hugs98-2005.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2005.3-r2.ebuild,v 1.7 2006/07/04 22:54:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2005.3-r2.ebuild,v 1.8 2006/07/05 14:33:18 dcoutts Exp $ inherit base flag-o-matic eutils versionator multilib @@ -49,6 +49,9 @@ DEPEND="${RDEPEND} opengl? ( x11-base/opengl-update ) ~app-text/docbook-sgml-dtd-4.2" +# the testsuite is not included in the tarball +RESTRICT="test" + src_unpack() { base_src_unpack cd ${S} |