summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-10-25 12:41:47 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-10-25 12:41:47 +0000
commitb050aba265ce4657b47cb886ee78d12e0d67eb13 (patch)
treeb3c4171eee255dcc1ccd79d886e21f5b47fbb01b /dev-db
parentclean up stray files, reported by jalan <jalanpalmer AT gmail DOT com> in bug... (diff)
downloadgentoo-2-b050aba265ce4657b47cb886ee78d12e0d67eb13.tar.gz
gentoo-2-b050aba265ce4657b47cb886ee78d12e0d67eb13.tar.bz2
gentoo-2-b050aba265ce4657b47cb886ee78d12e0d67eb13.zip
Revision bump to fix icon name.
(Portage version: 2.2_rc99/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgadmin3/ChangeLog8
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.12.1-r1.ebuild (renamed from dev-db/pgadmin3/pgadmin3-1.12.1.ebuild)5
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-db/pgadmin3/ChangeLog b/dev-db/pgadmin3/ChangeLog
index 2c6f2d49f522..520190ce0286 100644
--- a/dev-db/pgadmin3/ChangeLog
+++ b/dev-db/pgadmin3/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/pgadmin3
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.51 2010/10/23 18:00:35 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.52 2010/10/25 12:41:47 scarabeus Exp $
+
+*pgadmin3-1.12.1-r1 (25 Oct 2010)
+
+ 25 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -pgadmin3-1.12.1.ebuild, +pgadmin3-1.12.1-r1.ebuild:
+ Revision bump to fix icon name.
*pgadmin3-1.12.1 (23 Oct 2010)
diff --git a/dev-db/pgadmin3/pgadmin3-1.12.1.ebuild b/dev-db/pgadmin3/pgadmin3-1.12.1-r1.ebuild
index 8a355d2ad45c..f44d6c6a9d75 100644
--- a/dev-db/pgadmin3/pgadmin3-1.12.1.ebuild
+++ b/dev-db/pgadmin3/pgadmin3-1.12.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.12.1.ebuild,v 1.1 2010/10/23 18:00:35 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.12.1-r1.ebuild,v 1.1 2010/10/25 12:41:47 scarabeus Exp $
EAPI=3
@@ -34,8 +34,9 @@ src_install() {
newicon "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png || die
+ # icon location for the desktop file provided in pkg folder
insinto /usr/share/pgadmin3
- newins "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png || die
+ doins "${S}/pgadmin/include/images/pgAdmin3.png" || die
domenu "${S}/pkg/pgadmin3.desktop" || die