summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-01 02:41:55 +0000
committerZac Medico <zmedico@gentoo.org>2012-06-01 02:41:55 +0000
commit8d320cc1a2838bf45e96a378397c457bb5e3d471 (patch)
treeea60a2f6180add7f392e1310a9fe3dc7affb9b5a /media-libs/xine-lib
parentinherit user for enewgroup and enewuser (diff)
downloadgentoo-2-8d320cc1a2838bf45e96a378397c457bb5e3d471.tar.gz
gentoo-2-8d320cc1a2838bf45e96a378397c457bb5e3d471.tar.bz2
gentoo-2-8d320cc1a2838bf45e96a378397c457bb5e3d471.zip
tweak inherits so repoman can parse them
(Portage version: 2.2.0_alpha108_p10/cvs/Linux i686)
Diffstat (limited to 'media-libs/xine-lib')
-rw-r--r--media-libs/xine-lib/ChangeLog6
-rw-r--r--media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild8
-rw-r--r--media-libs/xine-lib/xine-lib-1.2.9999.ebuild8
3 files changed, 11 insertions, 11 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog
index d15aadc90444..40e743dc5705 100644
--- a/media-libs/xine-lib/ChangeLog
+++ b/media-libs/xine-lib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/xine-lib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.683 2012/05/22 18:10:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.684 2012/06/01 02:41:55 zmedico Exp $
+
+ 01 Jun 2012; Zac Medico <zmedico@gentoo.org> xine-lib-1.2.1-r1.ebuild,
+ xine-lib-1.2.9999.ebuild:
+ tweak inherits so repoman can parse them
22 May 2012; Samuli Suominen <ssuominen@gentoo.org> xine-lib-1.2.1-r1.ebuild,
xine-lib-1.2.9999.ebuild:
diff --git a/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild b/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild
index 4a3ce70737bb..4f712d99a91f 100644
--- a/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild
@@ -1,21 +1,19 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild,v 1.11 2012/05/22 18:10:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild,v 1.12 2012/06/01 02:41:52 zmedico Exp $
EAPI=4
-unset _live_inherits
+inherit eutils libtool multilib
if [[ ${PV} == *9999* ]]; then
EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
- _live_inherits="autotools mercurial"
+ inherit autotools mercurial
else
KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
fi
-inherit eutils libtool multilib ${_live_inherits}
-
DESCRIPTION="Core libraries for Xine movie player"
HOMEPAGE="http://xine.sourceforge.net/"
diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
index 0c4f6941121f..0098aad2c5b8 100644
--- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
@@ -1,21 +1,19 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.16 2012/05/22 18:10:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.17 2012/06/01 02:41:52 zmedico Exp $
EAPI=4
-unset _live_inherits
+inherit libtool multilib
if [[ ${PV} == *9999* ]]; then
EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
- _live_inherits="autotools mercurial eutils"
+ inherit autotools mercurial eutils
else
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
fi
-inherit libtool multilib ${_live_inherits}
-
DESCRIPTION="Core libraries for Xine movie player"
HOMEPAGE="http://xine.sourceforge.net/"