summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-03-19 10:07:12 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-03-19 10:07:12 +0000
commit94f13706088fd608003150f3c3113f5f60029ee8 (patch)
treee81d52bb0b82f62d1bdf6bd863e67a55b7317e17 /dev-ada/cbind
parentfix depend (bug #45110); tidy (diff)
downloadhistorical-94f13706088fd608003150f3c3113f5f60029ee8.tar.gz
historical-94f13706088fd608003150f3c3113f5f60029ee8.tar.bz2
historical-94f13706088fd608003150f3c3113f5f60029ee8.zip
eutils fixes
Diffstat (limited to 'dev-ada/cbind')
-rw-r--r--dev-ada/cbind/ChangeLog7
-rw-r--r--dev-ada/cbind/cbind-6.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-ada/cbind/ChangeLog b/dev-ada/cbind/ChangeLog
index f5e9f690514d..03eef6e9b566 100644
--- a/dev-ada/cbind/ChangeLog
+++ b/dev-ada/cbind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ada/cbind
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.4 2004/01/04 18:48:52 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.5 2004/03/19 10:07:11 aliz Exp $
+
+ 19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> cbind-6.ebuild:
+ Inherit eutils.
06 Oct 2003; David Holm <dholm@gentoo.org> cbind-6.ebuild:
Moved to stable on x86.
diff --git a/dev-ada/cbind/cbind-6.ebuild b/dev-ada/cbind/cbind-6.ebuild
index 1e2c925331fd..6cc855f60ee5 100644
--- a/dev-ada/cbind/cbind-6.ebuild
+++ b/dev-ada/cbind/cbind-6.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.ebuild,v 1.5 2004/01/05 20:57:34 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.ebuild,v 1.6 2004/03/19 10:07:11 aliz Exp $
+
+inherit eutils
S="${WORKDIR}/${PN}${PV}"
DESCRIPTION="This tool is designed to aid in the creation of Ada bindings to C."