diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 09:23:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 09:23:45 +0000 |
commit | 44e0a7d69463ea57e42017e5f92dd430b597e28e (patch) | |
tree | 7d7765d0382f720c3dab7c1ea53bb8d4c5fe9885 /eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-44e0a7d69463ea57e42017e5f92dd430b597e28e.tar.gz gentoo-2-44e0a7d69463ea57e42017e5f92dd430b597e28e.tar.bz2 gentoo-2-44e0a7d69463ea57e42017e5f92dd430b597e28e.zip |
Cleanup due #231248
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/db-use.eclass | 6 | ||||
-rw-r--r-- | eclass/db.eclass | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 94dd0e5d606f..140f9c2dcc7c 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.884 2013/07/19 13:05:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.885 2013/07/21 09:23:44 pacho Exp $ + + 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> db.eclass, db-use.eclass: + Cleanup due #231248 19 Jul 2013; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: Support different tarball extentions diff --git a/eclass/db-use.eclass b/eclass/db-use.eclass index 26e4a1456f20..dfa313291170 100644 --- a/eclass/db-use.eclass +++ b/eclass/db-use.eclass @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db-use.eclass,v 1.10 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db-use.eclass,v 1.11 2013/07/21 09:23:45 pacho Exp $ # This is a common location for functions that aid the use of sys-libs/db # -# Bugs: pauldv@gentoo.org +# Bugs: maintainer-needed@gentoo.org inherit versionator multilib diff --git a/eclass/db.eclass b/eclass/db.eclass index ef79f1e74a09..ffcc36e82132 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.48 2013/07/10 17:12:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.49 2013/07/21 09:23:45 pacho Exp $ # This is a common location for functions used in the sys-libs/db ebuilds # -# Bugs: pauldv@gentoo.org +# Bugs: maintainer-needed@gentoo.org inherit eutils multilib |