public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/
Date: Thu, 30 Apr 2020 12:59:54 +0000 (UTC)	[thread overview]
Message-ID: <1588251521.87827fc8f7223dbb4f3f09e488131c5f54e4f136.hattya@gentoo> (raw)

commit:     87827fc8f7223dbb4f3f09e488131c5f54e4f136
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 12:58:41 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 12:58:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87827fc8

media-libs/libsixel: drop old

Bug: https://bugs.gentoo.org/674620
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 media-libs/libsixel/Manifest              |  2 --
 media-libs/libsixel/libsixel-1.8.1.ebuild | 49 -------------------------------
 media-libs/libsixel/libsixel-1.8.2.ebuild | 49 -------------------------------
 3 files changed, 100 deletions(-)

diff --git a/media-libs/libsixel/Manifest b/media-libs/libsixel/Manifest
index 5d7be2386fb..0fae304e52a 100644
--- a/media-libs/libsixel/Manifest
+++ b/media-libs/libsixel/Manifest
@@ -1,3 +1 @@
-DIST libsixel-1.8.1.tar.gz 4777791 BLAKE2B de96029990acc00e0c5fa81e6f892153000a93841b8e152ecc2ae3db0e7ca1dbe5063fdbf69f79f23c82095b253206c7bea0f638ed7536ebcf3d0d23a1137965 SHA512 af38b47aac443bfb443aa7b12041ecc1496722afbc861ad8572e90c34c7c1ed4ee04241d5d5f3abb7d8be945fac2a1f718494c4fbd023a6a7b9f6d912f90554c
-DIST libsixel-1.8.2.tar.gz 4778776 BLAKE2B a43ff76e271b27337fa4144bd89170f33bfae535696f5107cc77b3adef370e89d9da950746621ec7002b201f68dba873f99463d8b2183c319b62f2574f0562a3 SHA512 f0287b7b7a190f0f964e27fc65aa816a78c09de5e50045a25eb05f9b430c74f779a7d5eb591b3430a82a06621d53719bf115bcdd0b99acc9afe3cb9ab6fde271
 DIST libsixel-1.8.6.tar.gz 4791628 BLAKE2B 5fa197d0d759eecd4040c4c1101e6d85fb9af7405ccdff75be571b3ac6b2b0aab6415bc3fdbb37157795f89190fcc1d0fea1bdf705e83a34762e2b05f5588c69 SHA512 460a5d46bada705b4a7ec2e250e2bde7f4b8ba155281fa5a102d1121f79c1c79145f042cd1f4bf93a2fc29e784e89afd539e963470663fc659d4fe72ea49fdaf

diff --git a/media-libs/libsixel/libsixel-1.8.1.ebuild b/media-libs/libsixel/libsixel-1.8.1.ebuild
deleted file mode 100644
index 29e9737626b..00000000000
--- a/media-libs/libsixel/libsixel-1.8.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit bash-completion-r1
-
-DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec"
-HOMEPAGE="https://github.com/saitoha/libsixel"
-SRC_URI="https://github.com/saitoha/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="MIT public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 x86"
-IUSE="curl gd gtk jpeg png static-libs"
-
-RDEPEND="curl? ( net-misc/curl )
-	gd? ( media-libs/gd )
-	gtk? ( x11-libs/gdk-pixbuf:2 )
-	jpeg? ( virtual/jpeg:0 )
-	png? ( media-libs/libpng:0 )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		$(use_with curl libcurl) \
-		$(use_with gd) \
-		$(use_with gtk gdk-pixbuf2) \
-		$(use_with jpeg) \
-		$(use_with png) \
-		$(use_enable static-libs static) \
-		--with-bashcompletiondir=$(get_bashcompdir) \
-		--disable-python
-}
-
-src_test() {
-	emake test
-}
-
-src_install() {
-	default
-	use static-libs || find "${ED}" -name '*.la' -delete || die
-
-	cd images
-	docompress -x /usr/share/doc/${PF}/images
-	docinto images
-	dodoc egret.jpg map{8,16}.png snake.jpg vimperator3.png
-}

diff --git a/media-libs/libsixel/libsixel-1.8.2.ebuild b/media-libs/libsixel/libsixel-1.8.2.ebuild
deleted file mode 100644
index c05386adb4e..00000000000
--- a/media-libs/libsixel/libsixel-1.8.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit bash-completion-r1
-
-DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec"
-HOMEPAGE="https://github.com/saitoha/libsixel"
-SRC_URI="https://github.com/saitoha/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE="curl gd gtk jpeg png static-libs"
-
-RDEPEND="curl? ( net-misc/curl )
-	gd? ( media-libs/gd )
-	gtk? ( x11-libs/gdk-pixbuf:2 )
-	jpeg? ( virtual/jpeg:0 )
-	png? ( media-libs/libpng:0 )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		$(use_with curl libcurl) \
-		$(use_with gd) \
-		$(use_with gtk gdk-pixbuf2) \
-		$(use_with jpeg) \
-		$(use_with png) \
-		$(use_enable static-libs static) \
-		--with-bashcompletiondir=$(get_bashcompdir) \
-		--disable-python
-}
-
-src_test() {
-	emake test
-}
-
-src_install() {
-	default
-	use static-libs || find "${ED}" -name '*.la' -delete || die
-
-	cd images
-	docompress -x /usr/share/doc/${PF}/images
-	docinto images
-	dodoc egret.jpg map{8,16}.png snake.jpg vimperator3.png
-}


             reply	other threads:[~2020-04-30 12:59 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30 12:59 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-28 12:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/ Arthur Zamarin
2025-05-28 12:23 Arthur Zamarin
2025-05-28 12:23 Arthur Zamarin
2025-05-28 12:23 Arthur Zamarin
2025-05-28 11:26 Sam James
2025-01-24 13:07 Akinori Hattori
2024-04-14  5:47 Akinori Hattori
2024-04-14  5:47 Akinori Hattori
2024-04-14  5:47 Akinori Hattori
2023-04-30  5:21 Akinori Hattori
2023-04-30  5:21 Akinori Hattori
2023-02-26 18:16 Arthur Zamarin
2023-01-13  4:40 Sam James
2023-01-13  3:50 Sam James
2023-01-12 22:00 Ionen Wolkens
2023-01-11 11:42 Ionen Wolkens
2022-12-11 11:35 Jakov Smolić
2022-12-11  2:44 Sam James
2022-12-11  2:37 Sam James
2022-08-12 13:34 Akinori Hattori
2022-08-12 11:55 Agostino Sarubbo
2022-08-08 12:34 Agostino Sarubbo
2022-05-17  7:56 WANG Xuerui
2021-10-02 13:12 Akinori Hattori
2021-10-01 13:52 Akinori Hattori
2020-04-30 12:59 Akinori Hattori
2020-04-30 12:59 Akinori Hattori
2020-03-01  2:02 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-07-23 13:15 Akinori Hattori
2018-06-23  7:15 Akinori Hattori
2018-06-23  7:15 Akinori Hattori
2018-01-02 11:08 Mike Frysinger
2017-02-06 13:41 Akinori Hattori
2017-02-06 13:41 Akinori Hattori
2016-09-15 13:45 Akinori Hattori
2016-09-15 13:45 Akinori Hattori
2016-04-10 13:07 Akinori Hattori
2016-03-12  7:38 Akinori Hattori
2016-02-27  5:58 Akinori Hattori
2015-11-29 15:42 Akinori Hattori

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=1588251521.87827fc8f7223dbb4f3f09e488131c5f54e4f136.hattya@gentoo \
    --to=hattya@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