summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-09-30 01:47:13 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-09-30 01:51:39 +1000
commitcea8bc62e8ddb38d77c74c6a5b431ce927f95a7c (patch)
tree0a8d36f38c8c9a88148a81058eda7a67d481d0c0
parentvirtual/fam: remove old (diff)
downloadgentoo-cea8bc62.tar.gz
gentoo-cea8bc62.tar.bz2
gentoo-cea8bc62.zip
media-libs/exempi: remove old
Package-Manager: portage-2.3.1
-rw-r--r--media-libs/exempi/Manifest1
-rw-r--r--media-libs/exempi/exempi-2.2.0.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/media-libs/exempi/Manifest b/media-libs/exempi/Manifest
index c4b2de4d53ef..97322306fcb6 100644
--- a/media-libs/exempi/Manifest
+++ b/media-libs/exempi/Manifest
@@ -1,2 +1 @@
-DIST exempi-2.2.0.tar.gz 3555957 SHA256 710a01a4e879c3a58304021d8a9624cf8b65f79b2b949951a873c91f6d64d102 SHA512 bb477787204bdc2cc8e9949c8407beb5af2aeab8f3e769ce814ee7eaf7476336b68635d6301cfbd600da34b1003c371e624866ec6c3b426d06076ec90c663f82 WHIRLPOOL 4c4b9a69f24c0ea792062e27a25688cc70a58baa6853a7b2a078732e33281c5ee9d9e21488d90a86a1fe28b6f227cfeb64a7e1524a815fa7a30a955fde2e4983
DIST exempi-2.2.1.tar.gz 3566843 SHA256 a99e1569047988200e4935cf4395667341a5bd8d6067847a08df4304546cc362 SHA512 f4b97ec7af89924755a0695464bad5081de6a5d6a6f28c06984c051d677f8771c39df12951761ecd28d6ff520ddec4e21179dcba8b58f0ef649bbdad1a53aa9c WHIRLPOOL 622d23cb519f2dda988b7d13dd26be55dd207bfe8ec2f2c0b8b568974571780b51b5284d871a310e461041f1054265efb199cf5c21fcf6eee6619cb85dc335e9
diff --git a/media-libs/exempi/exempi-2.2.0.ebuild b/media-libs/exempi/exempi-2.2.0.ebuild
deleted file mode 100644
index d8cf8f519ee1..000000000000
--- a/media-libs/exempi/exempi-2.2.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Exempi is a port of the Adobe XMP SDK to work on UNIX"
-HOMEPAGE="https://libopenraw.freedesktop.org/wiki/Exempi"
-SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="examples static-libs"
-
-RDEPEND=">=dev-libs/expat-2
- virtual/libiconv
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-RESTRICT="test" #295875
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.1.1-iconv.patch
- cp /usr/share/gettext/config.rpath . || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --disable-unittest
-}
-
-src_install() {
- default
-
- rm -f "${ED}"usr/lib*/lib*.la
-
- if use examples; then
- emake -C samples/source distclean
- rm -f samples/{,source,testfiles}/Makefile*
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/*
- fi
-}