summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-12-26 03:05:02 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2012-12-26 03:05:02 +0000
commitde94dcab349552380b5e12ac8d883f2f390ae47e (patch)
tree7fe289ed9e26aa9dbd5bb68b5094c7db9d913090 /dev-db
parentRemove exclamation mark. (diff)
downloadgentoo-2-de94dcab349552380b5e12ac8d883f2f390ae47e.tar.gz
gentoo-2-de94dcab349552380b5e12ac8d883f2f390ae47e.tar.bz2
gentoo-2-de94dcab349552380b5e12ac8d883f2f390ae47e.zip
Fix bug 447206
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgadmin3/ChangeLog8
-rw-r--r--dev-db/pgadmin3/metadata.xml2
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.16.1-r1.ebuild (renamed from dev-db/pgadmin3/pgadmin3-1.16.1.ebuild)6
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-db/pgadmin3/ChangeLog b/dev-db/pgadmin3/ChangeLog
index 50497d7232e3..8ef2af0319ca 100644
--- a/dev-db/pgadmin3/ChangeLog
+++ b/dev-db/pgadmin3/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/pgadmin3
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.88 2012/12/13 09:55:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.89 2012/12/26 03:05:02 titanofold Exp $
+
+*pgadmin3-1.16.1-r1 (25 Dec 2012)
+
+ 25 Dec 2012; <titan@gentoo.org> -pgadmin3-1.16.1.ebuild,
+ +pgadmin3-1.16.1-r1.ebuild, metadata.xml:
+ Fix bug 447206
*pgadmin3-1.16.1 (13 Dec 2012)
diff --git a/dev-db/pgadmin3/metadata.xml b/dev-db/pgadmin3/metadata.xml
index b47a7d0a6763..d74b804b6ad0 100644
--- a/dev-db/pgadmin3/metadata.xml
+++ b/dev-db/pgadmin3/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>postgresql</herd>
<use>
- <flag name='database-designer'>Enable the Database Designer component</flag>
+ <flag name='databasedesigner'>Enable the Database Designer component</flag>
</use>
</pkgmetadata>
diff --git a/dev-db/pgadmin3/pgadmin3-1.16.1.ebuild b/dev-db/pgadmin3/pgadmin3-1.16.1-r1.ebuild
index d460401d07b7..bc00ddb671f6 100644
--- a/dev-db/pgadmin3/pgadmin3-1.16.1.ebuild
+++ b/dev-db/pgadmin3/pgadmin3-1.16.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.16.1.ebuild,v 1.1 2012/12/13 09:55:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.16.1-r1.ebuild,v 1.1 2012/12/26 03:05:02 titanofold Exp $
EAPI="4"
@@ -15,7 +15,7 @@ SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
LICENSE="POSTGRESQL"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="debug +database-designer"
+IUSE="debug +databasedesigner"
DEPEND="x11-libs/wxGTK:2.8[X,debug=]
>=dev-db/postgresql-base-8.4.0
@@ -36,7 +36,7 @@ pkg_setup() {
src_configure() {
econf --with-wx-version=2.8 \
$(use_enable debug) \
- $(use_enable database-designer)
+ $(use_enable databasedesigner)
}
src_install() {