public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/
Date: Fri, 12 Jun 2020 18:07:46 +0000 (UTC)	[thread overview]
Message-ID: <1591985224.a29c6ab11a9de426cecde6a6001a0f97797e5836.radhermit@gentoo> (raw)

commit:     a29c6ab11a9de426cecde6a6001a0f97797e5836
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 12 18:04:00 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 18:07:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29c6ab1

media-gfx/sxiv: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-gfx/sxiv/Manifest       |  1 -
 media-gfx/sxiv/sxiv-25.ebuild | 64 -------------------------------------------
 2 files changed, 65 deletions(-)

diff --git a/media-gfx/sxiv/Manifest b/media-gfx/sxiv/Manifest
index 6d16ece80f6..ac073efa7be 100644
--- a/media-gfx/sxiv/Manifest
+++ b/media-gfx/sxiv/Manifest
@@ -1,2 +1 @@
-DIST sxiv-25.tar.gz 48814 BLAKE2B 17ef2ff0e75acd6acce068dfc17dfbce78bb1a38b652e948b5f88902adcbae504e9322c92d125b71c511a95c7e8e47b58060ff58e2c804a7296b5a801d3fc0e8 SHA512 ca0d834c9982c5e98c0bae51d21b7d08692af2d692eeb2ac55e19c4da7d09b16bbaa8022af0a0d00c52def4120058d895f37a2f8b14f453a0ceb65eebe564814
 DIST sxiv-26.tar.gz 48569 BLAKE2B a73707e2fd699b53e38ddc48710a73b945d4e102743567283d7351c92c513e4e57a32c409267593a2c5808caf811b7caeb555f8ba2762f1cc76a421aceff0e95 SHA512 c4bd56ea14e520ea9b116e275009f2089e5c434d6894281215b09d07572b2d3190c3c3eca015a2933328d704afb7d443a66e858b4e6904a3d4d45378b35d22cb

diff --git a/media-gfx/sxiv/sxiv-25.ebuild b/media-gfx/sxiv/sxiv-25.ebuild
deleted file mode 100644
index 2c633fa3bd9..00000000000
--- a/media-gfx/sxiv/sxiv-25.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop xdg-utils gnome2-utils savedconfig toolchain-funcs
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/muennich/sxiv.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~ppc64 x86"
-fi
-
-DESCRIPTION="Simple (or small or suckless) X Image Viewer"
-HOMEPAGE="https://github.com/muennich/sxiv/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="exif gif +jpeg +png"
-
-RDEPEND="
-	exif? ( media-libs/libexif )
-	gif? ( media-libs/giflib:0= )
-	media-libs/imlib2[X,gif?,jpeg?,png?]
-	x11-libs/libX11
-	x11-libs/libXft
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-
-src_prepare() {
-	restore_config config.h
-	default
-}
-
-src_compile() {
-	emake V=1 CC="$(tc-getCC)" HAVE_LIBEXIF=$(usex exif 1 0) HAVE_GIFLIB=$(usex gif 1 0)
-}
-
-src_install() {
-	emake DESTDIR="${ED}" PREFIX=/usr install
-	emake -C icon DESTDIR="${ED}" PREFIX=/usr install
-	dodoc README.md
-	domenu sxiv.desktop
-
-	save_config config.h
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2020-06-12 18:07 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-12 18:07 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24  7:02 [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/ Joonas Niilola
2022-09-21 19:53 Georgy Yakovlev
2021-12-08 10:14 Yixun Lan
2021-09-13 15:56 Georgy Yakovlev
2021-09-13 15:55 Georgy Yakovlev
2020-06-09 13:53 Agostino Sarubbo
2020-06-09 13:50 Agostino Sarubbo
2020-06-09 13:45 Agostino Sarubbo
2020-06-07 21:02 Mart Raudsepp
2020-06-07  1:47 Georgy Yakovlev
2020-06-07  1:47 Georgy Yakovlev
2020-06-07  1:44 Georgy Yakovlev
2020-02-06  4:56 Tim Harder
2020-02-05  5:38 Tim Harder
2019-12-26 12:12 Georgy Yakovlev
2019-12-26 12:12 Georgy Yakovlev
2019-11-11  5:02 Tim Harder
2019-09-09  6:54 Agostino Sarubbo
2019-09-07 21:07 Thomas Deutschmann
2019-02-10  6:47 Tim Harder
2018-02-03  9:15 Tim Harder
2018-02-03  9:15 Tim Harder
2017-10-29  6:18 Tim Harder
2017-10-12 17:33 Tim Harder
2017-10-12 17:33 Tim Harder
2017-10-12 17:33 Tim Harder
2017-08-21 20:07 Tim Harder
2017-08-17 20:08 Tim Harder
2017-08-17 20:08 Tim Harder
2017-08-17 20:08 Tim Harder
2017-04-06  8:33 Tim Harder
2016-11-12  5:53 Tim Harder
2016-11-12  5:53 Tim Harder
2016-08-08  6:59 Tim Harder
2016-08-08  6:56 Tim Harder

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=1591985224.a29c6ab11a9de426cecde6a6001a0f97797e5836.radhermit@gentoo \
    --to=radhermit@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