summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-01-01 02:41:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-01-01 02:41:19 +0000
commitfec41357d50c60da0b2c9e643a885110bac2c3f0 (patch)
tree5facdc2d71ae9dbed9b75c708e283b2df3212813 /dev-libs/libcdio
parentCheck for /etc/pam.d files in $ROOT, add missing flex build-time dependency. ... (diff)
downloadgentoo-2-fec41357d50c60da0b2c9e643a885110bac2c3f0.tar.gz
gentoo-2-fec41357d50c60da0b2c9e643a885110bac2c3f0.tar.bz2
gentoo-2-fec41357d50c60da0b2c9e643a885110bac2c3f0.zip
Take maintainership as I end up looking after it anyway, and add documentation for the minimal USE flag.
(Portage version: 2.1.4_rc13)
Diffstat (limited to 'dev-libs/libcdio')
-rw-r--r--dev-libs/libcdio/ChangeLog8
-rw-r--r--dev-libs/libcdio/metadata.xml10
2 files changed, 15 insertions, 3 deletions
diff --git a/dev-libs/libcdio/ChangeLog b/dev-libs/libcdio/ChangeLog
index 91da9791af62..63bf10d445ad 100644
--- a/dev-libs/libcdio/ChangeLog
+++ b/dev-libs/libcdio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libcdio
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.79 2007/12/31 17:37:44 welp Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.80 2008/01/01 02:41:19 flameeyes Exp $
+
+ 01 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
+ Take maintainership as I end up looking after it anyway, and add
+ documentation for the minimal USE flag.
31 Dec 2007; Peter Weller <welp@gentoo.org> libcdio-0.78.2-r2.ebuild:
Stable on amd64
diff --git a/dev-libs/libcdio/metadata.xml b/dev-libs/libcdio/metadata.xml
index edccfe5754d2..ad5adad3cc89 100644
--- a/dev-libs/libcdio/metadata.xml
+++ b/dev-libs/libcdio/metadata.xml
@@ -3,6 +3,14 @@
<pkgmetadata>
<herd>video</herd>
<maintainer>
-<email>media-video@gentoo.org</email>
+<email>flameeyes@gentoo.org</email>
</maintainer>
+
+<use>
+ <flag name="minimal">
+ Only build the libcdio library and little more, just to be used to
+ link against from multimedia players. With this USE flag enabled,
+ none of the command-line utilities are built, nor is the CDDA library.
+ </flag>
+</use>
</pkgmetadata>