media-plugins/evas_generic_loaders: drop old <1.17.0 versions

This commit is contained in:
Mike Frysinger
2017-03-11 18:33:08 -08:00
parent 121dc1b9a5
commit e15e046fa5
4 changed files with 0 additions and 150 deletions

View File

@@ -1,4 +1 @@
DIST evas_generic_loaders-1.12.0.tar.bz2 215245 SHA256 981a6b70cfcc99c95936c835c9992735fcb004a99579e461ae64d2e28ea14f20 SHA512 9752fad43843c4fe2a86d8fcab00176f2dcb27888b84f57632add70a47daa4ab5775c0dcbd785e4a8b20b4ce09f4fd6f361128f166cd1f4753ac86afeb8443d5 WHIRLPOOL 4657ef9113d6e0255c26f65bceda87f29defccfbf7cdb803d722d9dbff1ff45721dd4287bc98dd79a06c3072756e062df9391bb5828657c950cbe0c3baf6a77c
DIST evas_generic_loaders-1.15.0.tar.xz 186976 SHA256 1e539e4d4d4e1590345caeb7fdd84f47ec7cd63bb76b6b7107a87420a401fd7f SHA512 629f2d264b7904dbe4d057878c96ad78257bb73e1304ce441d7f14d4c1d5638793331e0b7bd376b9debe8761a62d96e5342ce642a7b1aa164aee595e327a6b08 WHIRLPOOL b5112d1833f274a90fc2087ece41e4c26057abbdc1ee7b2f73ce960ff4f533ea321e805f732538a4546a2a0305141d775ec0b4ea4f4040e0025bccaf63263611
DIST evas_generic_loaders-1.16.0.tar.xz 186976 SHA256 d5799c212c36286b954c111bbd2d87950b0c96c5ad0ace8ebcad9918f38883c6 SHA512 37318399348c9944a36cb1809b072fa63cf2868dcb7b728daf1fd569fd5bd45cc65e6c948857784cb9a5ab1870bbddb6b30bd454c085febf46ca4fd58d3b5479 WHIRLPOOL 4caffeb22d6a44cbab81d011e84c7b447c62787759e20bf01c9cdd51f0d8dcb80cc189bf2ac7ec23b7fbc10308f0c904d3117d51b4ca1a8b4ae91148cef8ccd3
DIST evas_generic_loaders-1.17.0.tar.xz 197860 SHA256 c2f5193a9326532d3ab3ff76f547b9d17b33ae7221ce4d6e0aefb905ba0dd87a SHA512 af1deb9f4b19d500b7633d252acf7a8cf94353b19a8944b8787d564a7b60ac1640d691b37e330edf3a0dce20be83c3199ec757cd38b8d59009e55cc31039c551 WHIRLPOOL 17436e1b54c180a556c25db10f805ccd9876f210fe7d75686774e84394cfb0fab4c09839356005d07c34ecadb651074f80e708474ced80c2c6545ff601cfeba8

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit enlightenment
MY_P=${PN}-${PV/_/-}
DESCRIPTION="Provides external applications as generic loaders for Evas"
HOMEPAGE="https://www.enlightenment.org/"
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="gstreamer pdf postscript raw svg"
S=${WORKDIR}/${MY_P}
RDEPEND="
>=dev-libs/efl-1.12.2
gstreamer? ( media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0 )
pdf? ( app-text/poppler )
postscript? ( app-text/libspectre )
raw? ( media-libs/libraw )
svg? ( gnome-base/librsvg
x11-libs/cairo )"
DEPEND="${RDEPEND}"
src_configure() {
local MY_ECONF="$(use_enable gstreamer gstreamer1)
$(use_enable pdf poppler)
$(use_enable postscript spectre)
$(use_enable raw libraw)
$(use_enable svg)
--disable-gstreamer"
enlightenment_src_configure
}

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
MY_P=${PN}-${PV/_/-}
if [[ "${PV}" == "9999" ]] ; then
EGIT_SUB_PROJECT="core"
EGIT_URI_APPEND="${PN}"
else
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz"
EKEY_STATE="snap"
fi
inherit enlightenment
DESCRIPTION="Provides external applications as generic loaders for Evas"
HOMEPAGE="https://www.enlightenment.org/"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
LICENSE="GPL-2"
IUSE="gstreamer pdf postscript raw svg"
RDEPEND=">=dev-libs/efl-${PV}
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
)
pdf? ( app-text/poppler )
postscript? ( app-text/libspectre )
raw? ( media-libs/libraw )
svg? (
gnome-base/librsvg
x11-libs/cairo
)"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
src_configure() {
E_ECONF=(
$(use_enable gstreamer gstreamer1)
$(use_enable pdf poppler)
$(use_enable postscript spectre)
$(use_enable raw libraw)
$(use_enable svg)
--disable-gstreamer
)
enlightenment_src_configure
}

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
MY_P=${PN}-${PV/_/-}
if [[ "${PV}" == "9999" ]] ; then
EGIT_SUB_PROJECT="core"
EGIT_URI_APPEND="${PN}"
else
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz"
EKEY_STATE="snap"
fi
inherit enlightenment
DESCRIPTION="Provides external applications as generic loaders for Evas"
HOMEPAGE="https://www.enlightenment.org/"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
LICENSE="GPL-2"
IUSE="gstreamer pdf postscript raw svg"
RDEPEND=">=dev-libs/efl-${PV}
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
)
pdf? ( app-text/poppler )
postscript? ( app-text/libspectre )
raw? ( media-libs/libraw )
svg? (
gnome-base/librsvg
x11-libs/cairo
)"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
src_configure() {
E_ECONF=(
$(use_enable gstreamer gstreamer1)
$(use_enable pdf poppler)
$(use_enable postscript spectre)
$(use_enable raw libraw)
$(use_enable svg)
--disable-gstreamer
)
enlightenment_src_configure
}