diff options
author | 2004-03-12 02:54:32 +0000 | |
---|---|---|
committer | 2004-03-12 02:54:32 +0000 | |
commit | 018e435b50e9ea9976ea922495fbe105277cb13d (patch) | |
tree | 6b2b1a93c60ee0979561a596d632490c8b2bbc2a /dev-libs | |
parent | repoman: whitespace cleanup (Manifest recommit) (diff) | |
download | gentoo-2-018e435b50e9ea9976ea922495fbe105277cb13d.tar.gz gentoo-2-018e435b50e9ea9976ea922495fbe105277cb13d.tar.bz2 gentoo-2-018e435b50e9ea9976ea922495fbe105277cb13d.zip |
inherit eutils for epatch
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/commonc++/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/commonc++/commonc++-1.9.7-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/commonc++/commonc++-1.9.7-r3.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/dev-libs/commonc++/ChangeLog b/dev-libs/commonc++/ChangeLog index 9834fe327e91..46a732d99dc2 100644 --- a/dev-libs/commonc++/ChangeLog +++ b/dev-libs/commonc++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/commonc++ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.13 2004/03/11 14:19:38 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.14 2004/03/12 02:54:32 mr_bones_ Exp $ + + 11 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + commonc++-1.9.7-r2.ebuild, commonc++-1.9.7-r3.ebuild: + inherit eutils for epatch 11 Mar 2004; Luca Barbato <lu_zero@gentoo.org> commonc++-1.9.7-r3.ebuild: I didn't fix the behavour previously, now I workaround it. diff --git a/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild index 79f355a92c9a..c0dff22c117a 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild,v 1.10 2004/03/12 02:53:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild,v 1.11 2004/03/12 02:54:32 mr_bones_ Exp $ + +inherit eutils S=${WORKDIR}/CommonC++-1.9.7 DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ diff --git a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild index 7f2dcc196eb8..e713eb53f4cb 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.10 2004/03/12 02:53:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.11 2004/03/12 02:54:32 mr_bones_ Exp $ + +inherit eutils S=${WORKDIR}/${P/commonc/CommonC} DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ |