public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ahoviewer/
Date: Sat,  6 Apr 2019 20:34:36 +0000 (UTC)	[thread overview]
Message-ID: <1554582534.8181f1b6c47feccc5d0e18285f52800c54c98ea8.asturm@gentoo> (raw)

commit:     8181f1b6c47feccc5d0e18285f52800c54c98ea8
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Sat Apr  6 08:53:50 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 20:28:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8181f1b6

media-gfx/ahoviewer: clean old 1.6.4

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11609
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/ahoviewer/Manifest               |  1 -
 media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild | 84 ------------------------------
 2 files changed, 85 deletions(-)

diff --git a/media-gfx/ahoviewer/Manifest b/media-gfx/ahoviewer/Manifest
index 540dbe8650a..f9555c69820 100644
--- a/media-gfx/ahoviewer/Manifest
+++ b/media-gfx/ahoviewer/Manifest
@@ -1,2 +1 @@
-DIST ahoviewer-1.6.4.tar.gz 227225 BLAKE2B c00c89bf80865ddf60a478a8ad030aa136fbc2735598de2b237ea97bc247337d9a12a1423e402c2e95c77df4e70ad68242ed31d5f8d896c1ae835acd860e7a5f SHA512 5e00f086685b7fd6601758e5ae0e6e7d1d24b56c1bd7c81de0be5c3613404fcfc585b8bf035a72a51171a40c8a25c7ad084fc3a9f7ba038e121fb2b7874b4ebd
 DIST ahoviewer-1.6.5.tar.gz 227653 BLAKE2B 691a9eaa62b55d91b2d215d41ce402c39ca7490a44506a489061aaadd97fac2ac84aa1b28a7d1b4c097d69153ffe146fac105e9b086adc6b66b9f459e6b98eb5 SHA512 30309cff22008d444eec113bd5d79bdc0e9ff1bbc1b117bd3ecefabfdef79773fd17347766115bb0a192db76dbb24f30c853b27123f0a333c8625b94dc2a8775

diff --git a/media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild b/media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild
deleted file mode 100644
index 605a1a3cbc4..00000000000
--- a/media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-utils xdg-utils
-
-DESCRIPTION="A GTK2 image viewer, manga reader, and booru browser"
-HOMEPAGE="https://github.com/ahodesuka/ahoviewer"
-SRC_URI="https://github.com/ahodesuka/ahoviewer/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnutls +gstreamer libsecret +rar +ssl +zip"
-
-DEPEND="
-	dev-cpp/glibmm:2
-	dev-cpp/gtkmm:2.4
-	dev-libs/libconfig[cxx]
-	dev-libs/libxml2:2
-	dev-libs/libsigc++:2
-	net-misc/curl
-	gstreamer? (
-		media-libs/gst-plugins-bad:1.0
-		media-libs/gstreamer:1.0
-	)
-	libsecret? ( app-crypt/libsecret )
-	rar? ( app-arch/unrar )
-	ssl? (
-		gnutls? (
-			net-libs/gnutls:=
-			net-misc/curl[curl_ssl_gnutls]
-		)
-		!gnutls? (
-			>=dev-libs/openssl-1.0.0:0=
-			net-misc/curl[curl_ssl_openssl]
-		)
-	)
-	zip? ( dev-libs/libzip )
-"
-RDEPEND="
-	${DEPEND}
-	gstreamer? (
-		media-libs/gst-plugins-base:1.0[X]
-		media-libs/gst-plugins-good:1.0
-		|| (
-			media-plugins/gst-plugins-vpx
-			media-plugins/gst-plugins-libav
-		)
-	)
-"
-
-src_prepare() {
-	default
-	xdg_environment_reset
-
-	eautoreconf
-}
-
-src_configure() {
-	local myconf=(
-		$(use_enable gnutls)
-		$(use_enable gstreamer gst)
-		$(use_enable libsecret)
-		$(use_enable rar)
-		$(use_enable ssl)
-		$(use_enable zip)
-	)
-
-	econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-}


             reply	other threads:[~2019-04-06 20:34 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-06 20:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-28  6:33 [gentoo-commits] repo/gentoo:master commit in: media-gfx/ahoviewer/ Joonas Niilola
2023-10-29 22:23 Mart Raudsepp
2023-08-31  7:07 Joonas Niilola
2023-08-23  5:35 Joonas Niilola
2023-08-23  5:35 Joonas Niilola
2023-07-23  5:48 Joonas Niilola
2023-07-23  5:48 Joonas Niilola
2023-07-23  5:48 Joonas Niilola
2023-05-18 12:17 Andreas Sturmlechner
2022-02-25  7:35 Joonas Niilola
2022-02-25  7:35 Joonas Niilola
2022-02-25  7:35 Joonas Niilola
2022-01-25 15:11 Joonas Niilola
2022-01-04  7:36 Joonas Niilola
2022-01-04  7:36 Joonas Niilola
2021-11-26  7:43 Joonas Niilola
2021-07-19 11:15 Joonas Niilola
2021-06-02  8:18 Joonas Niilola
2021-06-02  8:18 Joonas Niilola
2021-05-02 18:31 Joonas Niilola
2021-02-08  6:36 Joonas Niilola
2020-12-17  7:13 Joonas Niilola
2020-03-19  7:34 Joonas Niilola
2019-09-21  6:26 Joonas Niilola
2019-09-21  6:26 Joonas Niilola
2019-07-31  3:41 Joonas Niilola
2019-01-24  0:17 Patrice Clement
2018-10-18 19:20 Michał Górny

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=1554582534.8181f1b6c47feccc5d0e18285f52800c54c98ea8.asturm@gentoo \
    --to=asturm@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