diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-07-13 20:05:11 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-07-13 20:05:11 +0000 |
commit | 9bd823e0889598686cc2f02f61dc46cc7011d3bd (patch) | |
tree | 89fe1885f1695691aa99a8669829573f6fb25611 /app-laptop | |
parent | mips stable (diff) | |
download | gentoo-2-9bd823e0889598686cc2f02f61dc46cc7011d3bd.tar.gz gentoo-2-9bd823e0889598686cc2f02f61dc46cc7011d3bd.tar.bz2 gentoo-2-9bd823e0889598686cc2f02f61dc46cc7011d3bd.zip |
Removed pre-release versions.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/pbbuttonsd/ChangeLog | 6 | ||||
-rw-r--r-- | app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre1 | 1 | ||||
-rw-r--r-- | app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre2 | 1 | ||||
-rw-r--r-- | app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre1.ebuild | 41 | ||||
-rw-r--r-- | app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild | 41 |
5 files changed, 5 insertions, 85 deletions
diff --git a/app-laptop/pbbuttonsd/ChangeLog b/app-laptop/pbbuttonsd/ChangeLog index b7761fe9afe4..4b36fac0da0a 100644 --- a/app-laptop/pbbuttonsd/ChangeLog +++ b/app-laptop/pbbuttonsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/pbbuttonsd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.27 2005/07/12 04:22:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.28 2005/07/13 20:05:11 josejx Exp $ + + 13 Jul 2005; Joseph Jezak <josejx@gentoo.org> -pbbuttonsd-0.7_pre1.ebuild, + -pbbuttonsd-0.7_pre2.ebuild: + Removed pre-release versions. 12 Jul 2005; Joseph Jezak <josejx@gentoo.org> pbbuttonsd-0.7.0.ebuild: Added check for INPUT_EVDEV for bug #98050. diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre1 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre1 deleted file mode 100644 index 31ef137597db..000000000000 --- a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d33513da7f90847f6b8c0675c9c9651 pbbuttonsd-0.7.0beta1.tar.gz 398010 diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre2 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre2 deleted file mode 100644 index 4fee30d1210c..000000000000 --- a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre2 +++ /dev/null @@ -1 +0,0 @@ -MD5 c6e590491acdd71d213b6cd6cfc977f4 pbbuttonsd-0.7.0beta2.tar.gz 399846 diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre1.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre1.ebuild deleted file mode 100644 index 80325cf4d38f..000000000000 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre1.ebuild,v 1.1 2005/06/27 04:31:37 josejx Exp $ - -inherit eutils - -DESCRIPTION="program to map special Powerbook/iBook keys" -HOMEPAGE="http://pbbuttons.sf.net" -SRC_URI="mirror://sourceforge/pbbuttons/${PN}-0.7.0beta1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc" -IUSE="" - -DEPEND="virtual/libc - >=sys-apps/baselayout-1.8.6.12-r1" -RDEPEND="" - -S="${WORKDIR}/${PN}-0.7.0beta1" - -src_compile() { - econf || die "Sorry, failed to configure pbbuttonsd" - emake || die "Sorry, failed to compile pbbuttonsd" -} - -src_install() { - dodir /etc/power - make DESTDIR=${D} install || die "failed to install" - exeinto /etc/init.d - newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd - dodoc README -} - -pkg_postinst() { - einfo "This version of pbbuttonsd can replace PMUD functionality." - einfo "If you want PMUD installed and running, you should set" - einfo "replace_pmud=no in /etc/pbbuttonsd.conf. Otherwise you can" - einfo "try setting replace_pmud=yes in /etc/pbbuttonsd.conf and" - einfo "disabling PMUD" -} diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild deleted file mode 100644 index 1960e1583e50..000000000000 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild,v 1.2 2005/07/02 19:42:17 pylon Exp $ - -inherit eutils - -DESCRIPTION="program to map special Powerbook/iBook keys" -HOMEPAGE="http://pbbuttons.sf.net" -SRC_URI="mirror://sourceforge/pbbuttons/${PN}-0.7.0beta2.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc" -IUSE="" - -DEPEND="virtual/libc - >=sys-apps/baselayout-1.8.6.12-r1" -RDEPEND="" - -S="${WORKDIR}/${PN}-0.7.0beta2" - -src_compile() { - econf || die "Sorry, failed to configure pbbuttonsd" - emake || die "Sorry, failed to compile pbbuttonsd" -} - -src_install() { - dodir /etc/power - make DESTDIR=${D} install || die "failed to install" - exeinto /etc/init.d - newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd - dodoc README -} - -pkg_postinst() { - einfo "This version of pbbuttonsd can replace PMUD functionality." - einfo "If you want PMUD installed and running, you should set" - einfo "replace_pmud=no in /etc/pbbuttonsd.conf. Otherwise you can" - einfo "try setting replace_pmud=yes in /etc/pbbuttonsd.conf and" - einfo "disabling PMUD" -} |