public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pornview/
Date: Thu,  7 Jul 2016 18:49:29 +0000 (UTC)	[thread overview]
Message-ID: <1467917328.b107563f185456afb22a7f67aba6b262c1779d59.wizardedit@gentoo> (raw)

commit:     b107563f185456afb22a7f67aba6b262c1779d59
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 18:48:35 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 18:48:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b107563f

media-gfx/pornview: bump to EAPI 6, add maintainer-needed

Package-Manager: portage-2.2.28

 media-gfx/pornview/metadata.xml             |  1 +
 media-gfx/pornview/pornview-0.2.2-r1.ebuild | 52 +++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/media-gfx/pornview/metadata.xml b/media-gfx/pornview/metadata.xml
index 9038d47..bf35660 100644
--- a/media-gfx/pornview/metadata.xml
+++ b/media-gfx/pornview/metadata.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="sourceforge">pornview</remote-id>
 	</upstream>

diff --git a/media-gfx/pornview/pornview-0.2.2-r1.ebuild b/media-gfx/pornview/pornview-0.2.2-r1.ebuild
new file mode 100644
index 0000000..d206aa5
--- /dev/null
+++ b/media-gfx/pornview/pornview-0.2.2-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2-utils
+
+DESCRIPTION="Image viewer/manager with optional support for MPEG movies"
+HOMEPAGE="http://pornview.sourceforge.net"
+SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz
+	mirror://github/gentoo/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 -hppa ~ppc ~x86"
+IUSE="exif nls"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-libs/libpng:0
+	virtual/jpeg:*
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:2
+	x11-libs/libX11
+	x11-libs/libXinerama
+	exif? ( media-gfx/exiv2 )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+src_configure() {
+	econf \
+		$(use_enable exif) \
+		$(use_enable nls)
+}
+
+src_install() {
+	default
+	emake DESTDIR="${D}" desktopdir="/usr/share/applications" install
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


                 reply	other threads:[~2016-07-07 18:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467917328.b107563f185456afb22a7f67aba6b262c1779d59.wizardedit@gentoo \
    --to=wizardedit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox