summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2008-04-21 16:46:59 +0000
committerChristian Heim <phreak@gentoo.org>2008-04-21 16:46:59 +0000
commit2e56700a91e013b79268dc0047acaf945508bbd0 (patch)
treeecb0b7d1417c605649013df3429c1fe6cbdb1687 /app-misc
parentFix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff)
downloadgentoo-2-2e56700a91e013b79268dc0047acaf945508bbd0.tar.gz
gentoo-2-2e56700a91e013b79268dc0047acaf945508bbd0.tar.bz2
gentoo-2-2e56700a91e013b79268dc0047acaf945508bbd0.zip
Fix up metadata.xml. If there's no maintainer for the package, the metadata also needs to contain m-needed@g.o.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/acdctl/ChangeLog8
-rw-r--r--app-misc/acdctl/metadata.xml16
2 files changed, 16 insertions, 8 deletions
diff --git a/app-misc/acdctl/ChangeLog b/app-misc/acdctl/ChangeLog
index 7f5634eb5434..5f5407ae5272 100644
--- a/app-misc/acdctl/ChangeLog
+++ b/app-misc/acdctl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/acdctl
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/acdctl/ChangeLog,v 1.3 2005/09/29 16:24:30 hansmi Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/acdctl/ChangeLog,v 1.4 2008/04/21 16:46:59 phreak Exp $
+
+ 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
+ Fix up metadata.xml. If there's no maintainer for the package, the metadata
+ also needs to contain m-needed@g.o.
29 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> acdctl-1.1.ebuild:
Stable on ppc.
diff --git a/app-misc/acdctl/metadata.xml b/app-misc/acdctl/metadata.xml
index 676ade00a117..db36769dda93 100644
--- a/app-misc/acdctl/metadata.xml
+++ b/app-misc/acdctl/metadata.xml
@@ -1,10 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<longdescription>
- acdctl is a command-line utility to control the otherwise inaccessible
- brightness levels of an Apple Cinema Display on any system with libusb
- support.
-</longdescription>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ <name>Default assignee for orphaned packages</name>
+ </maintainer>
+ <longdescription lang="en">
+ acdctl is a command-line utility to control the otherwise inaccessible
+ brightness levels of an Apple Cinema Display on any system with libusb
+ support.
+ </longdescription>
</pkgmetadata>