diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-11 10:41:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-11 17:11:11 +0200 |
commit | 878686c26fe0112a9aa73953dc8595bf1f8bd65f (patch) | |
tree | 1135bd37a7c8775e50db8d3fa9b0a464f60c954c /dev-db/pgadmin3/files | |
parent | dev-db/mariadb: Drop old (diff) | |
download | gentoo-878686c26fe0112a9aa73953dc8595bf1f8bd65f.tar.gz gentoo-878686c26fe0112a9aa73953dc8595bf1f8bd65f.tar.bz2 gentoo-878686c26fe0112a9aa73953dc8595bf1f8bd65f.zip |
dev-db/pgadmin3: Drop obsolete pgslot check, drop bogus html mimetype
pgadmin3 is not a webbrowser, and opening html is unsuccessful.
Dropped unused eclasses.
Bumped to EAPI 6.
Gentoo-bug: 626812
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-db/pgadmin3/files')
-rw-r--r-- | dev-db/pgadmin3/files/pgadmin3-desktop-r1.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-db/pgadmin3/files/pgadmin3-desktop-r1.patch b/dev-db/pgadmin3/files/pgadmin3-desktop-r1.patch new file mode 100644 index 000000000000..64a599e00cdb --- /dev/null +++ b/dev-db/pgadmin3/files/pgadmin3-desktop-r1.patch @@ -0,0 +1,15 @@ +diff -Naruw a/pkg/pgadmin3.desktop b/pkg/pgadmin3.desktop +--- a/pkg/pgadmin3.desktop 2013-02-22 12:21:19.000000000 -0500 ++++ b/pkg/pgadmin3.desktop 2015-02-04 15:36:34.845312953 -0500 +@@ -2,9 +2,8 @@ + Encoding=UTF-8 + Name=pgAdmin III + Exec=/usr/bin/pgadmin3 +-Icon=/usr/share/pgadmin3/pgAdmin3.png ++Icon=/usr/share/pixmaps/pgadmin3.png + Type=Application +-Categories=Application;Development; +-MimeType=text/html ++Categories=Development; + DocPath=/usr/share/pgadmin3/docs/en_US/index.html + Comment=PostgreSQL Tools |