public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/imlib2_loaders/
Date: Wed, 11 Jul 2018 08:18:58 +0000 (UTC)	[thread overview]
Message-ID: <1531297136.9a2354b84b1535bf0f2c3b3cad35ccd1ce43b74d.chainsaw@gentoo> (raw)

commit:     9a2354b84b1535bf0f2c3b3cad35ccd1ce43b74d
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Wed Jul 11 08:06:14 2018 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 08:18:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2354b8

media-plugins/imlib2_loaders: remove old

Package-Manager: Portage[mgorny]-2.3.36.1

 media-plugins/imlib2_loaders/Manifest              |  2 --
 .../imlib2_loaders/imlib2_loaders-1.4.7.ebuild     | 31 ----------------------
 .../imlib2_loaders/imlib2_loaders-1.4.8.ebuild     | 31 ----------------------
 3 files changed, 64 deletions(-)

diff --git a/media-plugins/imlib2_loaders/Manifest b/media-plugins/imlib2_loaders/Manifest
index 3b4491cddcf..838e4a11a7a 100644
--- a/media-plugins/imlib2_loaders/Manifest
+++ b/media-plugins/imlib2_loaders/Manifest
@@ -1,3 +1 @@
-DIST imlib2_loaders-1.4.7.tar.gz 384739 BLAKE2B 125200707c6bb9bb8f0c4ded56a3f8c0073843819e11d7ded6a363e1bef1a8c95227c4d010a3101c8a4714f9df8593cb2b58fd9e8b8f6da514a4be06ca1af10a SHA512 c7be31b9a7b50ea5a44cadf0ec7f056f5080498ec53fcd32d82a0a6da163b59397e8470c7bbe536d2cabf88c7694d18b450ad85cc6693e8862aeb7d4ee0f4835
-DIST imlib2_loaders-1.4.8.tar.gz 384862 BLAKE2B 53ac4d0dec5fccf2cb442883dbf9a0a31dab26c3ef206ef07b1bacf59ab74d9318dd6836eb0371183863e43b68db7f209efe92a1f8ecc18a1c2cfe038992f631 SHA512 5acf6568000d98571f0a4b7e63c3e5c534a7d12139654cdc64eaa3a551b7952f3752ad78e4ced595945adf03454367cc9c3dff7766bd35c2f7ee6baffdbb0a1a
 DIST imlib2_loaders-1.5.1.tar.gz 378169 BLAKE2B a65dabb8fb537489fe77fdc7c197ce4fa91dc13a86d1a5bf5aae4fbc9ac65a4194b57de8d49bb0dc2d906b20b7c79aa458d0ba668aa947a847414f377fd3b540 SHA512 a94996091a7f9f1271c19d24e6edebeb34977a4e67b8300897de0e5afd06bb9b209e404dd86ab3f397c6dec64f4985a515986b6b048d2c13416265eb2058a8a6

diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild
deleted file mode 100644
index 4217329e4f2..00000000000
--- a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-if [[ "${PV}" == "9999" ]] ; then
-	EGIT_SUB_PROJECT="legacy"
-	EGIT_URI_APPEND=${PN}
-else
-	EKEY_STATE="snap"
-fi
-
-inherit enlightenment
-
-DESCRIPTION="image loader plugins for Imlib 2"
-HOMEPAGE="https://www.enlightenment.org/pages/imlib2.html"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE="eet xcf"
-
-RDEPEND=">=media-libs/imlib2-${PV}
-	eet? ( dev-libs/efl )"
-
-src_configure() {
-	E_ECONF=(
-		$(use_enable eet)
-		$(use_enable xcf)
-	)
-
-	enlightenment_src_configure
-}

diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.8.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-1.4.8.ebuild
deleted file mode 100644
index 4217329e4f2..00000000000
--- a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-if [[ "${PV}" == "9999" ]] ; then
-	EGIT_SUB_PROJECT="legacy"
-	EGIT_URI_APPEND=${PN}
-else
-	EKEY_STATE="snap"
-fi
-
-inherit enlightenment
-
-DESCRIPTION="image loader plugins for Imlib 2"
-HOMEPAGE="https://www.enlightenment.org/pages/imlib2.html"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE="eet xcf"
-
-RDEPEND=">=media-libs/imlib2-${PV}
-	eet? ( dev-libs/efl )"
-
-src_configure() {
-	E_ECONF=(
-		$(use_enable eet)
-		$(use_enable xcf)
-	)
-
-	enlightenment_src_configure
-}


             reply	other threads:[~2018-07-11  8:19 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11  8:18 Tony Vroon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-19  3:09 [gentoo-commits] repo/gentoo:master commit in: media-plugins/imlib2_loaders/ Sam James
2024-09-19  3:09 Sam James
2024-09-19  3:09 Sam James
2024-09-19  3:09 Sam James
2024-09-19  3:09 Sam James
2024-07-17  8:16 Yixun Lan
2024-04-10 23:34 Yixun Lan
2024-04-10 23:34 Yixun Lan
2023-03-17 19:40 Andrew Savchenko
2022-12-22  7:27 Arthur Zamarin
2022-12-21 23:09 Sam James
2022-10-20 18:59 Jakov Smolić
2022-10-15  7:06 Jakov Smolić
2022-07-31 14:24 Andrew Savchenko
2021-12-12 10:10 Andrew Savchenko
2021-12-11 14:42 Jakov Smolić
2021-12-11 14:42 Jakov Smolić
2021-12-10 21:08 Andrew Savchenko
2021-01-16 13:00 Andrew Savchenko
2021-01-06 14:27 Fabian Groffen
2020-05-16  7:09 Joonas Niilola
2020-03-15 17:52 Joonas Niilola
2020-03-15 17:52 Joonas Niilola
2020-02-08  7:58 Joonas Niilola
2020-02-08  7:58 Joonas Niilola
2020-01-15  5:43 Joonas Niilola
2020-01-15  5:43 Joonas Niilola
2019-11-24 13:36 Joonas Niilola
2019-11-24 13:16 Joonas Niilola
2019-11-24 13:16 Joonas Niilola
2019-10-16  5:45 Matt Turner
2019-09-21  6:26 Joonas Niilola
2019-09-21  6:26 Joonas Niilola
2019-07-31  3:41 Joonas Niilola
2018-07-11  8:18 Tony Vroon
2018-06-07 17:55 Michał Górny
2018-06-07 17:55 Michał Górny
2018-04-16 15:35 Michał Górny
2018-02-19 20:01 Michał Górny
2016-06-12  9:04 Patrick Lauer
2016-04-02  4:11 Mike Frysinger
2016-01-18 19:23 Mike Frysinger
2015-12-14 22:14 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=1531297136.9a2354b84b1535bf0f2c3b3cad35ccd1ce43b74d.chainsaw@gentoo \
    --to=chainsaw@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