]> Pileus Git - ~andy/sunrise/commitdiff
Remove media-libs/exempi since it is in main tree.
authorTomas Chvatal <scarabeus@gentoo.org>
Wed, 15 Oct 2008 10:30:41 +0000 (10:30 +0000)
committerTomas Chvatal <scarabeus@gentoo.org>
Wed, 15 Oct 2008 10:30:41 +0000 (10:30 +0000)
svn path=/sunrise/; revision=7221

media-libs/exempi/ChangeLog [deleted file]
media-libs/exempi/Manifest [deleted file]
media-libs/exempi/exempi-2.0.2.ebuild [deleted file]
media-libs/exempi/files/exempi-1.99.9-boost.m4.BOOST_FIND_LIB.patch [deleted file]
media-libs/exempi/metadata.xml [deleted file]

diff --git a/media-libs/exempi/ChangeLog b/media-libs/exempi/ChangeLog
deleted file mode 100644 (file)
index 6f639c2..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for media-libs/exempi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  03 Sep 2008; Alexandre Rostovtsev (tetromino) <tetromino@gmail.com>
-  -exempi-2.0.1.ebuild, +exempi-2.0.2.ebuild:
-  Version bump
-
-  29 Apr 2008; Alexandre Rostovtsev (tetromino) <tetromino@gmail.com>
-  -exempi-2.0.0.ebuild, +exempi-2.0.1.ebuild:
-  Version bump.
-
-  04 Apr 2008; Alexandre Rostovtsev (tetromino) <tetromino@gmail.com>
-  -exempi-1.99.9.ebuild, +exempi-2.0.0.ebuild:
-  Version bump.
-
-  31 Jan 2008; Alexandre Rostovtsev (tetromino) <tetromino@gmail.com>
-  -files/exempi-1.99.7-boost_mt.patch,
-  +files/exempi-1.99.9-boost.m4.BOOST_FIND_LIB.patch, -exempi-1.99.7.ebuild,
-  +exempi-1.99.9.ebuild:
-  Version bump. Improved boost.m4 patch (submitted to the boost.m4 upstream).
-
-  15 Jan 2008; Alexandre Rostovtsev (tetromino) <tetromino@gmail.com>
-  +files/exempi-1.99.7-boost_mt.patch, +metadata.xml, +exempi-1.99.7.ebuild:
-  New ebuild for bug 185689
-
diff --git a/media-libs/exempi/Manifest b/media-libs/exempi/Manifest
deleted file mode 100644 (file)
index 9ce308f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX exempi-1.99.9-boost.m4.BOOST_FIND_LIB.patch 1581 RMD160 db616ca5350ea5797ca5b2d2d87fcaf873d55c0a SHA1 e6c390e51e05edc791cae8c452b35c70bbbebf12 SHA256 07814bd41c67f7860080b8fc55fbed804359de2c4fbbacccd8238ee6a900e4a5
-DIST exempi-2.0.2.tar.gz 3072078 RMD160 f8e97ae152ee8ad69ccbccdea071fa590cd73e1b SHA1 46432ccefcbf6d842afcedff22a1c24a823cb4e2 SHA256 394c90599fc2f402ce77cbff9d16da4ae284ae0070c13a37543ade68752d7975
-EBUILD exempi-2.0.2.ebuild 1189 RMD160 a5b0380e004b1dfd5c9b2bb07c95d98f9a18b139 SHA1 8ceb9085e0d678dd32f82c1c14f32adaa8a0f7ad SHA256 d54fd2c7d68b05939f3796ca2bcb8a5ef76a8b35ee626f34b0fa8498b8feb30a
-MISC ChangeLog 983 RMD160 851a90d689793c3f71ff13a9906ad0e495755d7c SHA1 fb44b2c07197675fac87f4cb24b2358bfbf2b9f5 SHA256 d4db31a804c9410162ff45ad9b79f1718f074adf7171994b77c541378e0b0c7d
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/media-libs/exempi/exempi-2.0.2.ebuild b/media-libs/exempi/exempi-2.0.2.ebuild
deleted file mode 100644 (file)
index e925534..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit autotools eutils
-
-DESCRIPTION="Exempi is a port of the Adobe XMP SDK to work on UNIX"
-HOMEPAGE="http://libopenraw.freedesktop.org/wiki/Exempi"
-SRC_URI="http://libopenraw.freedesktop.org/download/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="2"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples test"
-
-RDEPEND="dev-libs/expat
-       virtual/libiconv"
-DEPEND="${RDEPEND}
-       test? ( >=dev-libs/boost-1.33.0 dev-util/valgrind )"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       #don't waste time on autoreconf for those who don't want to run unit tests
-       if use test; then
-               epatch "${FILESDIR}/${PN}-1.99.9-boost.m4.BOOST_FIND_LIB.patch"
-               AT_M4DIR=m4 eautoreconf
-       fi
-}
-
-src_compile() {
-       econf $(use_enable test unittest) || die "./configure failed"
-       emake || die "emake failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
-       dodoc AUTHORS ChangeLog NEWS README
-       if use examples ; then
-               cd samples/source
-               emake distclean
-               cd "${S}"
-               rm samples/Makefile* samples/source/Makefile* \
-                       samples/BlueSquares/Makefile*
-               insinto "/usr/share/doc/${PF}"
-               doins -r samples
-       fi
-}
diff --git a/media-libs/exempi/files/exempi-1.99.9-boost.m4.BOOST_FIND_LIB.patch b/media-libs/exempi/files/exempi-1.99.9-boost.m4.BOOST_FIND_LIB.patch
deleted file mode 100644 (file)
index 23592d3..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
---- orig/m4/boost.m4   2008-01-22 18:46:39.000000000 -0500
-+++ new/m4/boost.m4    2008-01-26 01:53:00.000000000 -0500
-@@ -227,10 +227,15 @@
-     mt* | mt-*) boost_mt=-mt; boost_rtopt=`expr "X$2" : 'Xmt-*\(.*\)'`;; #(
-     *) boost_mt=; boost_rtopt=$2;;
-   esac
--  # If the PREFERRED-RT-OPT are not empty, prepend a `-'.
-+  # Find the proper debug variant depending on what we've been asked to find.
-   case $boost_rtopt in #(
--    *[[a-z0-9A-Z]]*) boost_rtopt="-$boost_rtopt";;
-+    *d*) boost_rt_d="-$boost_rtopt";; #(
-+    *[[sgpn]]*) # Insert the `d' at the right place (in between `sg' and `pn')
-+      boost_rt_d=`echo "$boost_rtopt" | sed 's/\(s*g*\)\(p*n*\)/-\1d\2/'`;; #(
-+    *) boost_rt_d='-d';;
-   esac
-+  # If the PREFERRED-RT-OPT are not empty, prepend a `-'.
-+  test -n "$boost_rtopt" && boost_rtopt="-$boost_rtopt"
-   $boost_guess_use_mt && boost_mt=-mt
-   # Look for the abs path the static archive.
-   # $libext is computed by Libtool but let's make sure it's non empty.
-@@ -266,12 +271,11 @@
- for boost_tag_ in -$boost_cv_lib_tag ''; do
- for boost_ver_ in -$boost_cv_lib_version ''; do
- for boost_mt_ in $boost_mt -mt ''; do
--for boost_rtopt_ in $boost_rtopt '' -d; do
-+for boost_rtopt_ in $boost_rtopt $boost_rt_d; do
-   for boost_lib in \
-     boost_$1$boost_tag_$boost_mt_$boost_rtopt_$boost_ver_ \
--    boost_$1$boost_tag_$boost_mt_$boost_ver_ \
-     boost_$1$boost_tag_$boost_rtopt_$boost_ver_ \
--    boost_$1$boost_tag_$boost_mt_ \
-+    boost_$1$boost_tag_$boost_mt_$boost_ver_ \
-     boost_$1$boost_tag_$boost_ver_
-   do
-     # Avoid testing twice the same lib
diff --git a/media-libs/exempi/metadata.xml b/media-libs/exempi/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>