diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-07-24 16:13:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-07-24 16:13:24 +0000 |
commit | 0b9c0e2e32f339b9c065091eebfbefb1958da93b (patch) | |
tree | 580dc42a2aaf647048f96a59a5324e325aac8c98 /app-misc/media-player-info | |
parent | Apply fix for bug #465988 to stable. (diff) | |
download | gentoo-2-0b9c0e2e32f339b9c065091eebfbefb1958da93b.tar.gz gentoo-2-0b9c0e2e32f339b9c065091eebfbefb1958da93b.tar.bz2 gentoo-2-0b9c0e2e32f339b9c065091eebfbefb1958da93b.zip |
old
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-misc/media-player-info')
-rw-r--r-- | app-misc/media-player-info/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/media-player-info/media-player-info-18.ebuild | 23 | ||||
-rw-r--r-- | app-misc/media-player-info/media-player-info-19.ebuild | 29 |
3 files changed, 5 insertions, 53 deletions
diff --git a/app-misc/media-player-info/ChangeLog b/app-misc/media-player-info/ChangeLog index 42435c2bec47..8cce28463b22 100644 --- a/app-misc/media-player-info/ChangeLog +++ b/app-misc/media-player-info/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/media-player-info # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/ChangeLog,v 1.27 2013/07/24 14:22:27 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/ChangeLog,v 1.28 2013/07/24 16:13:24 ssuominen Exp $ + + 24 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> + -media-player-info-18.ebuild, -media-player-info-19.ebuild: + old 24 Jul 2013; Alexandre Rostovtsev <tetromino@gentoo.org> media-player-info-21.ebuild: diff --git a/app-misc/media-player-info/media-player-info-18.ebuild b/app-misc/media-player-info/media-player-info-18.ebuild deleted file mode 100644 index 38ae157e566e..000000000000 --- a/app-misc/media-player-info/media-player-info-18.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/media-player-info-18.ebuild,v 1.1 2013/07/20 09:02:58 pacho Exp $ - -EAPI=5 - -DESCRIPTION="A repository of data files describing media player capabilities" -HOMEPAGE="http://cgit.freedesktop.org/media-player-info/" -SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND="virtual/udev" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS NEWS README" - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" diff --git a/app-misc/media-player-info/media-player-info-19.ebuild b/app-misc/media-player-info/media-player-info-19.ebuild deleted file mode 100644 index a238ea294c7c..000000000000 --- a/app-misc/media-player-info/media-player-info-19.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/media-player-info-19.ebuild,v 1.1 2013/07/23 17:06:48 ssuominen Exp $ - -EAPI=5 - -DESCRIPTION="A repository of data files describing media player capabilities" -HOMEPAGE="http://cgit.freedesktop.org/media-player-info/" -SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -# http://cgit.freedesktop.org/media-player-info/commit/?id=d83dd01a0a1df6198ee08954da1c033b88a1004b -RDEPEND=">=virtual/udev-196[hwdb]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS NEWS README" - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -pkg_postinst() { - # Run for /lib/udev/hwdb.d/20-usb-media-players.hwdb - udevadm hwdb --update --root="${ROOT%/}" -} |