summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-12-21 20:42:58 +0000
committerThomas Sachau <tommy@gentoo.org>2012-12-21 20:42:58 +0000
commitca00545e9e4a696200546566e5b270a0209474b3 (patch)
tree8ac415df3bc35880b2a868dc07400082fbaacd62
parentPrevent deluge from downloading rb_libtorrent from svn if the system one is b... (diff)
downloadgentoo-2-ca00545e9e4a696200546566e5b270a0209474b3.tar.gz
gentoo-2-ca00545e9e4a696200546566e5b270a0209474b3.tar.bz2
gentoo-2-ca00545e9e4a696200546566e5b270a0209474b3.zip
Version bump, drop old
(Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
-rw-r--r--media-libs/emotion/ChangeLog8
-rw-r--r--media-libs/emotion/emotion-1.7.3.ebuild42
-rw-r--r--media-libs/emotion/emotion-1.7.4.ebuild (renamed from media-libs/emotion/emotion-1.7.1.ebuild)16
-rw-r--r--media-libs/emotion/metadata.xml4
4 files changed, 23 insertions, 47 deletions
diff --git a/media-libs/emotion/ChangeLog b/media-libs/emotion/ChangeLog
index 063b41022b35..9ac210aa5225 100644
--- a/media-libs/emotion/ChangeLog
+++ b/media-libs/emotion/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/emotion
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.7 2012/12/16 20:03:05 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.8 2012/12/21 20:42:58 tommy Exp $
+
+*emotion-1.7.4 (21 Dec 2012)
+
+ 21 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ -emotion-1.7.1.ebuild, -emotion-1.7.3.ebuild, +emotion-1.7.4.ebuild:
+ Version bump, drop old
16 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml:
Drop no-herd from metadata.xml
diff --git a/media-libs/emotion/emotion-1.7.3.ebuild b/media-libs/emotion/emotion-1.7.3.ebuild
deleted file mode 100644
index 69e8af9ccce7..000000000000
--- a/media-libs/emotion/emotion-1.7.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.3.ebuild,v 1.1 2012/12/08 14:17:41 tommy Exp $
-
-inherit enlightenment
-
-DESCRIPTION="video libraries for e17"
-SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="gstreamer static-libs xine"
-
-DEPEND=">=media-libs/evas-1.7.0
- >=media-libs/edje-1.7.0
- >=dev-libs/ecore-1.7.0
- >=dev-libs/eeze-1.7.0
- xine? ( >=media-libs/xine-lib-1.1.1 )
- !gstreamer? ( !xine? ( >=media-libs/xine-lib-1.1.1 ) )
- gstreamer? (
- =media-libs/gstreamer-0.10*
- =media-libs/gst-plugins-good-0.10*
- =media-plugins/gst-plugins-ffmpeg-0.10*
- )"
-RDEPEND=${DEPEND}
-
-src_compile() {
- if ! use xine && ! use gstreamer ; then
- export MY_ECONF="--enable-xine --disable-gstreamer"
- else
- export MY_ECONF="
- $(use_enable xine) \
- $(use_enable gstreamer) \
- "
- fi
-
- if use gstreamer ; then
- addpredict "/root/.gconfd"
- addpredict "/root/.gconf"
- fi
-
- enlightenment_src_compile
-}
diff --git a/media-libs/emotion/emotion-1.7.1.ebuild b/media-libs/emotion/emotion-1.7.4.ebuild
index df74fc97dd6b..470f99391f49 100644
--- a/media-libs/emotion/emotion-1.7.1.ebuild
+++ b/media-libs/emotion/emotion-1.7.4.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.1.ebuild,v 1.1 2012/11/18 18:39:41 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild,v 1.1 2012/12/21 20:42:58 tommy Exp $
inherit enlightenment
DESCRIPTION="video libraries for e17"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
+LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
IUSE="gstreamer static-libs xine"
@@ -33,6 +34,19 @@ src_compile() {
"
fi
+ MY_ECONF+="
+ $(use_enable doc doxygen-doc)
+ $(use_enable doc doxygen-dot)
+ $(use_enable doc doxygen-man)
+ $(use_enable doc doxygen-rtf)
+ $(use_enable doc doxygen-xml)
+ $(use_enable doc doxygen-chm)
+ $(use_enable doc doxygen-chi)
+ $(use_enable doc doxygen-html)
+ $(use_enable doc doxygen-ps)
+ $(use_enable doc doxygen-pdf)
+ "
+
if use gstreamer ; then
addpredict "/root/.gconfd"
addpredict "/root/.gconf"
diff --git a/media-libs/emotion/metadata.xml b/media-libs/emotion/metadata.xml
index 908f03930bff..99165add909f 100644
--- a/media-libs/emotion/metadata.xml
+++ b/media-libs/emotion/metadata.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>enlightenment@gentoo.org</email>
-</maintainer>
+<herd>enlightenment</herd>
</pkgmetadata>