From 6463c1f746680a3bb131bbccd6bf860abddb9e8c Mon Sep 17 00:00:00 2001 From: Jurek Bartuszek Date: Tue, 20 Feb 2007 23:36:44 +0000 Subject: app-laptop/acerhk: Version bump (bug #167618). Removing old ebuilds (Portage version: 2.1.2-r9) --- app-laptop/acerhk/ChangeLog | 9 +++++- app-laptop/acerhk/acerhk-0.5.31.ebuild | 45 -------------------------- app-laptop/acerhk/acerhk-0.5.33.ebuild | 47 ---------------------------- app-laptop/acerhk/acerhk-0.5.34.ebuild | 8 ++--- app-laptop/acerhk/acerhk-0.5.35.ebuild | 47 ++++++++++++++++++++++++++++ app-laptop/acerhk/files/digest-acerhk-0.5.31 | 3 -- app-laptop/acerhk/files/digest-acerhk-0.5.33 | 3 -- app-laptop/acerhk/files/digest-acerhk-0.5.35 | 3 ++ 8 files changed, 62 insertions(+), 103 deletions(-) delete mode 100644 app-laptop/acerhk/acerhk-0.5.31.ebuild delete mode 100644 app-laptop/acerhk/acerhk-0.5.33.ebuild create mode 100644 app-laptop/acerhk/acerhk-0.5.35.ebuild delete mode 100644 app-laptop/acerhk/files/digest-acerhk-0.5.31 delete mode 100644 app-laptop/acerhk/files/digest-acerhk-0.5.33 create mode 100644 app-laptop/acerhk/files/digest-acerhk-0.5.35 (limited to 'app-laptop') diff --git a/app-laptop/acerhk/ChangeLog b/app-laptop/acerhk/ChangeLog index 2861c5bd06d6..011acf9459c0 100644 --- a/app-laptop/acerhk/ChangeLog +++ b/app-laptop/acerhk/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-laptop/acerhk # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.21 2007/01/23 16:11:41 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.22 2007/02/20 23:36:44 jurek Exp $ + +*acerhk-0.5.35 (20 Feb 2007) + + 20 Feb 2007; Jurek Bartuszek -acerhk-0.5.31.ebuild, + -acerhk-0.5.33.ebuild, acerhk-0.5.34.ebuild, +acerhk-0.5.35.ebuild: + - Version bump (bug #167618) + - Removed old versions 23 Jan 2007; Marius Mauch acerhk-0.5.31.ebuild, acerhk-0.5.33.ebuild, acerhk-0.5.34.ebuild: diff --git a/app-laptop/acerhk/acerhk-0.5.31.ebuild b/app-laptop/acerhk/acerhk-0.5.31.ebuild deleted file mode 100644 index 04e74e6f2251..000000000000 --- a/app-laptop/acerhk/acerhk-0.5.31.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.31.ebuild,v 1.4 2007/01/23 16:11:41 genone Exp $ - -inherit linux-mod - -DESCRIPTION="Hotkey driver for some Acer and Acer-like laptops" -HOMEPAGE="http://www.informatik.hu-berlin.de/~tauber/acerhk/" -SRC_URI="http://www.informatik.hu-berlin.de/~tauber/acerhk/archives/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="-ppc x86" -IUSE="" - -MODULE_NAMES="acerhk(extra:)" -BUILD_TARGETS="all" - -src_unpack() -{ - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/kernel-2.6.19-config.h.patch || die "epatch failed" -} - -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" -} - -src_install() { - linux-mod_src_install - dodoc README COPYING NEWS doc/* -} - -pkg_postinst() { - linux-mod_pkg_postinst - - elog "You can load the module:" - elog "% modprobe acerhk poll=1" - elog "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk" - elog - elog "If you need more info about this driver you can read the README file" - elog "% zmore /usr/share/doc/${PF}/README.gz" -} diff --git a/app-laptop/acerhk/acerhk-0.5.33.ebuild b/app-laptop/acerhk/acerhk-0.5.33.ebuild deleted file mode 100644 index 55c522ddfe75..000000000000 --- a/app-laptop/acerhk/acerhk-0.5.33.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.33.ebuild,v 1.4 2007/01/23 16:11:41 genone Exp $ - -inherit linux-mod - -DESCRIPTION="Hotkey driver for some Acer and Acer-like laptops" -HOMEPAGE="http://www.informatik.hu-berlin.de/~tauber/acerhk/" -SRC_URI="http://www.informatik.hu-berlin.de/~tauber/acerhk/archives/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="-ppc x86" -IUSE="" - -MODULE_NAMES="acerhk(extra:)" -BUILD_TARGETS="all" - -src_unpack() -{ - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/kernel-2.6.19-config.h.patch || die "epatch failed" -} - -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" -} - -src_install() { - linux-mod_src_install - dodoc README COPYING NEWS - docinto doc - dodoc doc/* -} - -pkg_postinst() { - linux-mod_pkg_postinst - - elog "You can load the module:" - elog "% modprobe acerhk poll=1" - elog "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk" - elog - elog "If you need more info about this driver you can read the README file" - elog "% zmore /usr/share/doc/${PF}/README.gz" -} diff --git a/app-laptop/acerhk/acerhk-0.5.34.ebuild b/app-laptop/acerhk/acerhk-0.5.34.ebuild index 062de5040fc0..46545b842c04 100644 --- a/app-laptop/acerhk/acerhk-0.5.34.ebuild +++ b/app-laptop/acerhk/acerhk-0.5.34.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.34.ebuild,v 1.4 2007/01/23 16:11:41 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.34.ebuild,v 1.5 2007/02/20 23:36:44 jurek Exp $ inherit linux-mod DESCRIPTION="Hotkey driver for some Acer and Acer-like laptops" -HOMEPAGE="http://www.informatik.hu-berlin.de/~tauber/acerhk/" -SRC_URI="http://www.informatik.hu-berlin.de/~tauber/${PN}/archives/${P}.tar.bz2" +HOMEPAGE="http://www.cakey.de/acerhk/" +SRC_URI="http://www.cakey.de/${PN}/archives/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="-ppc x86" +KEYWORDS="x86 -ppc" IUSE="" MODULE_NAMES="acerhk(extra:)" diff --git a/app-laptop/acerhk/acerhk-0.5.35.ebuild b/app-laptop/acerhk/acerhk-0.5.35.ebuild new file mode 100644 index 000000000000..98d932bf1ea3 --- /dev/null +++ b/app-laptop/acerhk/acerhk-0.5.35.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.35.ebuild,v 1.1 2007/02/20 23:36:44 jurek Exp $ + +inherit linux-mod + +DESCRIPTION="Hotkey driver for some Acer and Acer-like laptops" +HOMEPAGE="http://www.cakey.de/acerhk/" +SRC_URI="http://www.cakey.de/${PN}/archives/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~x86 -ppc" +IUSE="" + +MODULE_NAMES="acerhk(extra:)" +BUILD_TARGETS="all" + +src_unpack() +{ + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/kernel-2.6.19-config.h.patch || die "epatch failed" +} + +pkg_setup() { + linux-mod_pkg_setup + BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" +} + +src_install() { + linux-mod_src_install + dodoc README COPYING NEWS + docinto doc + dodoc doc/* +} + +pkg_postinst() { + linux-mod_pkg_postinst + + elog "You can load the module:" + elog "% modprobe acerhk poll=1" + elog "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk" + elog + elog "If you need more info about this driver you can read the README file" + elog "% zmore /usr/share/doc/${PF}/README.gz" +} diff --git a/app-laptop/acerhk/files/digest-acerhk-0.5.31 b/app-laptop/acerhk/files/digest-acerhk-0.5.31 deleted file mode 100644 index ef8468d9c959..000000000000 --- a/app-laptop/acerhk/files/digest-acerhk-0.5.31 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2e2f065eca38b8057f43f4aad4caa491 acerhk-0.5.31.tar.bz2 32096 -RMD160 f8b5c617df28f98790179e170f32e433cf8a3669 acerhk-0.5.31.tar.bz2 32096 -SHA256 bd470b16163689bd2428f3c08a9d24282d2f94f21fa822a235741a7ba2083101 acerhk-0.5.31.tar.bz2 32096 diff --git a/app-laptop/acerhk/files/digest-acerhk-0.5.33 b/app-laptop/acerhk/files/digest-acerhk-0.5.33 deleted file mode 100644 index 21d8b5326748..000000000000 --- a/app-laptop/acerhk/files/digest-acerhk-0.5.33 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e7811cada1dff6d781ff60a2d06467b7 acerhk-0.5.33.tar.bz2 32288 -RMD160 987e975fd8bcbd8358ebbbe0968a4436a693c6d1 acerhk-0.5.33.tar.bz2 32288 -SHA256 e03dad5f93e3190303694a5f33c0fb03c64e5adef5ef29f035c019dc9e3c62c8 acerhk-0.5.33.tar.bz2 32288 diff --git a/app-laptop/acerhk/files/digest-acerhk-0.5.35 b/app-laptop/acerhk/files/digest-acerhk-0.5.35 new file mode 100644 index 000000000000..49bdb884361a --- /dev/null +++ b/app-laptop/acerhk/files/digest-acerhk-0.5.35 @@ -0,0 +1,3 @@ +MD5 551285657c8ba338f23595af257d21df acerhk-0.5.35.tar.bz2 32445 +RMD160 864f4bae3e91f8b0db95a236cfa76e6e89eb7823 acerhk-0.5.35.tar.bz2 32445 +SHA256 6011296c52ba11b3d727649507507886c8d4c8f943fdc784821b2995b100e0cd acerhk-0.5.35.tar.bz2 32445 -- cgit v1.2.3-65-gdbad