summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-07-23 17:06:48 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-07-23 17:06:48 +0000
commit03ea3f0d9026056e0733be4ba2a01c81adb0ac6d (patch)
tree1ca2235354debdfa465e8d4c57f63a9b3eba0ec1 /app-misc
parentversion bump (diff)
downloadgentoo-2-03ea3f0d9026056e0733be4ba2a01c81adb0ac6d.tar.gz
gentoo-2-03ea3f0d9026056e0733be4ba2a01c81adb0ac6d.tar.bz2
gentoo-2-03ea3f0d9026056e0733be4ba2a01c81adb0ac6d.zip
Version bump (with udev hwdb support as a new feature)
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/media-player-info/ChangeLog8
-rw-r--r--app-misc/media-player-info/media-player-info-19.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/app-misc/media-player-info/ChangeLog b/app-misc/media-player-info/ChangeLog
index c021542e3b5e..af2dfcc76995 100644
--- a/app-misc/media-player-info/ChangeLog
+++ b/app-misc/media-player-info/ChangeLog
@@ -1,6 +1,12 @@
# 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.24 2013/07/20 09:02:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/ChangeLog,v 1.25 2013/07/23 17:06:48 ssuominen Exp $
+
+*media-player-info-19 (23 Jul 2013)
+
+ 23 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +media-player-info-19.ebuild:
+ Version bump (with udev hwdb support as a new feature)
*media-player-info-18 (20 Jul 2013)
diff --git a/app-misc/media-player-info/media-player-info-19.ebuild b/app-misc/media-player-info/media-player-info-19.ebuild
new file mode 100644
index 000000000000..a238ea294c7c
--- /dev/null
+++ b/app-misc/media-player-info/media-player-info-19.ebuild
@@ -0,0 +1,29 @@
+# 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%/}"
+}