summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-01-16 05:36:20 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-01-16 05:36:20 +0000
commit8f0ef7e921eda76ba9b99361ae95b438b2f89809 (patch)
treec8b2ba5d70b8cfd02c7ceac10afe04d6e2ca8456 /dev-db/mysql++
parentremove unused gnustep-base/gnustep-gui:gsnd use flag (diff)
downloadgentoo-2-8f0ef7e921eda76ba9b99361ae95b438b2f89809.tar.gz
gentoo-2-8f0ef7e921eda76ba9b99361ae95b438b2f89809.tar.bz2
gentoo-2-8f0ef7e921eda76ba9b99361ae95b438b2f89809.zip
Remove redundant inherit gnuconfig
(Portage version: 2.1.4)
Diffstat (limited to 'dev-db/mysql++')
-rw-r--r--dev-db/mysql++/ChangeLog8
-rw-r--r--dev-db/mysql++/mysql++-2.2.2-r1.ebuild6
-rw-r--r--dev-db/mysql++/mysql++-2.3.2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-db/mysql++/ChangeLog b/dev-db/mysql++/ChangeLog
index a6a37feef30b..3765a9aa4248 100644
--- a/dev-db/mysql++/ChangeLog
+++ b/dev-db/mysql++/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/mysql++
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.48 2007/10/18 22:05:36 hansmi Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.49 2008/01/16 05:36:20 robbat2 Exp $
+
+ 16 Jan 2008; Robin H. Johnson <robbat2@gentoo.org>
+ mysql++-2.2.2-r1.ebuild, mysql++-2.3.2.ebuild:
+ Remove redundant inherit gnuconfig
*mysql++-2.3.2 (18 Oct 2007)
diff --git a/dev-db/mysql++/mysql++-2.2.2-r1.ebuild b/dev-db/mysql++/mysql++-2.2.2-r1.ebuild
index ac2510fe2e87..e6dce666c7cb 100644
--- a/dev-db/mysql++/mysql++-2.2.2-r1.ebuild
+++ b/dev-db/mysql++/mysql++-2.2.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.2.2-r1.ebuild,v 1.6 2007/08/16 00:02:30 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.2.2-r1.ebuild,v 1.7 2008/01/16 05:36:20 robbat2 Exp $
-inherit eutils gnuconfig
+inherit eutils
DESCRIPTION="C++ API interface to the MySQL database"
# This is the download page but includes links to other places
diff --git a/dev-db/mysql++/mysql++-2.3.2.ebuild b/dev-db/mysql++/mysql++-2.3.2.ebuild
index 172628bd63f0..55bd4ad5e56b 100644
--- a/dev-db/mysql++/mysql++-2.3.2.ebuild
+++ b/dev-db/mysql++/mysql++-2.3.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild,v 1.1 2007/10/18 22:05:36 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild,v 1.2 2008/01/16 05:36:20 robbat2 Exp $
-inherit eutils gnuconfig
+inherit eutils
DESCRIPTION="C++ API interface to the MySQL database"
HOMEPAGE="http://tangentsoft.net/mysql++/"