summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2006-05-12 14:09:09 +0000
committerGeorge Shapovalov <george@gentoo.org>2006-05-12 14:09:09 +0000
commit94b4e9ba6b754026190538e7c8566b19f38757ac (patch)
tree417b9f4ed1c703eb5554bee0cfda7e6f072020da /dev-ada
parentBump to 0.17 (diff)
downloadgentoo-2-94b4e9ba6b754026190538e7c8566b19f38757ac.tar.gz
gentoo-2-94b4e9ba6b754026190538e7c8566b19f38757ac.tar.bz2
gentoo-2-94b4e9ba6b754026190538e7c8566b19f38757ac.zip
temporary plug src_compile untill the package gets ported to new eclass, removed ~ppc
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/aunit/ChangeLog8
-rw-r--r--dev-ada/aunit/aunit-1.01.ebuild11
-rw-r--r--dev-ada/aunit/files/digest-aunit-1.012
3 files changed, 16 insertions, 5 deletions
diff --git a/dev-ada/aunit/ChangeLog b/dev-ada/aunit/ChangeLog
index 48761c1ccba1..75ac24529282 100644
--- a/dev-ada/aunit/ChangeLog
+++ b/dev-ada/aunit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ada/aunit
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/ChangeLog,v 1.3 2005/01/01 17:23:35 eradicator Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/ChangeLog,v 1.4 2006/05/12 14:09:09 george Exp $
+
+ 12 May 2006; George Shapovalov <george@gentoo.org> aunit-1.01.ebuild:
+ added standard src_compile, otherwise it breaks with new gnat.eclass,
+ removed ~ppc from keywords
*aunit-1.01 (28 Oct 2003)
diff --git a/dev-ada/aunit/aunit-1.01.ebuild b/dev-ada/aunit/aunit-1.01.ebuild
index cb73432411b8..43dcc930fded 100644
--- a/dev-ada/aunit/aunit-1.01.ebuild
+++ b/dev-ada/aunit/aunit-1.01.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-ada/aunit/aunit-1.01.ebuild,v 1.4 2005/01/01 17:23:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-1.01.ebuild,v 1.5 2006/05/12 14:09:09 george Exp $
IUSE=""
@@ -12,11 +12,16 @@ SRC_URI="http://libre.act-europe.fr/aunit/aunit-1.01.tar.gz"
HOMEPAGE="http://libre.act-europe.fr/aunit/"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86"
SLOT="0"
DEPEND=">=dev-lang/gnat-3.14p"
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
src_install () {
#makefile does not do much, so we need to install stuff manually
dodir /usr/lib/ada/adainclude/${PN}
diff --git a/dev-ada/aunit/files/digest-aunit-1.01 b/dev-ada/aunit/files/digest-aunit-1.01
index 7868db9e1b5a..9d758ead3aac 100644
--- a/dev-ada/aunit/files/digest-aunit-1.01
+++ b/dev-ada/aunit/files/digest-aunit-1.01
@@ -1 +1,3 @@
MD5 2ee22dd2862eae1c23205df33f4ee4ff aunit-1.01.tar.gz 27221
+RMD160 360a160f440716db75ffe7b947e26a82434ed7ff aunit-1.01.tar.gz 27221
+SHA256 bbe2d97ee3a2d8f6fc2b918677123e5f4c892d7c44b9b00ffd73729514e37370 aunit-1.01.tar.gz 27221