diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-06-28 18:03:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-06-28 18:03:43 +0000 |
commit | df2b02ec5daed05c039d7e58143327473e1ec45b (patch) | |
tree | 64324950193e205eaa175d3c2707a9a220cc1b21 /app-misc | |
parent | EAPI2ification, nailing libusb dep to slot 0, fixes #270158 (diff) | |
download | historical-df2b02ec5daed05c039d7e58143327473e1ec45b.tar.gz historical-df2b02ec5daed05c039d7e58143327473e1ec45b.tar.bz2 historical-df2b02ec5daed05c039d7e58143327473e1ec45b.zip |
EAPI2ification, nailing libusb dep to slot 0, fixes #270155
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/acdctl/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/acdctl/acdctl-1.1.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-misc/acdctl/ChangeLog b/app-misc/acdctl/ChangeLog index 5f5407ae5272..178f952e8e72 100644 --- a/app-misc/acdctl/ChangeLog +++ b/app-misc/acdctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/acdctl -# 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 $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/acdctl/ChangeLog,v 1.5 2009/06/28 18:03:43 patrick Exp $ + + 28 Jun 2009; Patrick Lauer <patrick@gentoo.org> acdctl-1.1.ebuild: + EAPI2ification, nailing libusb dep to slot 0, fixes #270155 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Fix up metadata.xml. If there's no maintainer for the package, the metadata diff --git a/app-misc/acdctl/acdctl-1.1.ebuild b/app-misc/acdctl/acdctl-1.1.ebuild index 33d4361384dc..c62959b4931e 100644 --- a/app-misc/acdctl/acdctl-1.1.ebuild +++ b/app-misc/acdctl/acdctl-1.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/acdctl/acdctl-1.1.ebuild,v 1.4 2005/09/29 16:24:30 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/acdctl/acdctl-1.1.ebuild,v 1.5 2009/06/28 18:03:43 patrick Exp $ + +EAPI="2" DESCRIPTION="Apple Cinema Display Control" HOMEPAGE="http://www.technocage.com/~caskey/acdctl/" @@ -9,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc" IUSE="" -DEPEND="dev-libs/libusb" +DEPEND="dev-libs/libusb:0" src_install() { dobin acdctl |