diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-01-08 21:41:55 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-01-08 21:41:55 +0000 |
commit | 5cccec50dd4aca31f2fb3b80a603cff977d9b3e6 (patch) | |
tree | 424c06f1a841e58a7b7db5027b332e3271a096ce /app-laptop | |
parent | Version bump, ported to use linux-mod.eclass. Fixes bug #39943 and bug #69669... (diff) | |
download | gentoo-2-5cccec50dd4aca31f2fb3b80a603cff977d9b3e6.tar.gz gentoo-2-5cccec50dd4aca31f2fb3b80a603cff977d9b3e6.tar.bz2 gentoo-2-5cccec50dd4aca31f2fb3b80a603cff977d9b3e6.zip |
Version bump. Fixes bug #39943 and bug #69669.
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/configure-thinkpad/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/configure-thinkpad/Manifest | 8 | ||||
-rw-r--r-- | app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild | 22 | ||||
-rw-r--r-- | app-laptop/configure-thinkpad/files/digest-configure-thinkpad-0.8 | 1 | ||||
-rw-r--r-- | app-laptop/tpctl/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/tpctl/Manifest | 12 | ||||
-rw-r--r-- | app-laptop/tpctl/files/digest-tpctl-4.16 | 1 | ||||
-rw-r--r-- | app-laptop/tpctl/tpctl-4.16.ebuild | 43 |
8 files changed, 92 insertions, 10 deletions
diff --git a/app-laptop/configure-thinkpad/ChangeLog b/app-laptop/configure-thinkpad/ChangeLog index 429602a9ccff..6eded39e50b1 100644 --- a/app-laptop/configure-thinkpad/ChangeLog +++ b/app-laptop/configure-thinkpad/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-laptop/configure-thinkpad # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/ChangeLog,v 1.5 2005/01/01 14:45:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/ChangeLog,v 1.6 2005/01/08 21:41:55 brix Exp $ + +*configure-thinkpad-0.8 (08 Jan 2005) + + 08 Jan 2005; Henrik Brix Andersen <brix@gentoo.org> + +configure-thinkpad-0.8.ebuild: + Version bump. Fixes bug #39943 and bug #69669. *configure-thinkpad-0.7 (01 Oct 2004) diff --git a/app-laptop/configure-thinkpad/Manifest b/app-laptop/configure-thinkpad/Manifest index 107ca44305dc..822e1c40418a 100644 --- a/app-laptop/configure-thinkpad/Manifest +++ b/app-laptop/configure-thinkpad/Manifest @@ -1,6 +1,8 @@ -MD5 c4e1371f753846d13e8ea6768a517920 ChangeLog 835 -MD5 b77a8c8a84ee5c77360f80fdf046cf3c configure-thinkpad-0.1-r3.ebuild 643 -MD5 a2dd488b4da3a79e7238062ea91b601e metadata.xml 295 MD5 74ce1dc0138fa61bfb9ad87d6181c0a5 configure-thinkpad-0.7.ebuild 640 +MD5 006bf487a1ba9167599532aaa43d1eb3 configure-thinkpad-0.8.ebuild 513 +MD5 728d88794b3ddd95d7784d79bfdd9b0b ChangeLog 1012 +MD5 a2dd488b4da3a79e7238062ea91b601e metadata.xml 295 +MD5 b77a8c8a84ee5c77360f80fdf046cf3c configure-thinkpad-0.1-r3.ebuild 643 MD5 cab880baa42fdda83dfedcfd45fa9bd8 files/digest-configure-thinkpad-0.1-r3 74 MD5 c7f6e901b9bcf9bb0cf9fc73bab601b6 files/digest-configure-thinkpad-0.7 74 +MD5 8a8ea55683c3ae324628813666517721 files/digest-configure-thinkpad-0.8 74 diff --git a/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild b/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild new file mode 100644 index 000000000000..f74c6d0f4a5e --- /dev/null +++ b/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild,v 1.1 2005/01/08 21:41:55 brix Exp $ + +inherit gnome2 + +DESCRIPTION="Thinkpad GNOME configuration utility for tpctl" + +HOMEPAGE="http://tpctl.sourceforge.net/configure-thinkpad.html" +SRC_URI="mirror://sourceforge/tpctl/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~x86" + +RDEPEND=">=app-laptop/tpctl-4.16 + >=x11-libs/gtk+-2.2 + >=gnome-base/libgnomeui-2.4 + >=sys-devel/gettext-0.11" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" diff --git a/app-laptop/configure-thinkpad/files/digest-configure-thinkpad-0.8 b/app-laptop/configure-thinkpad/files/digest-configure-thinkpad-0.8 new file mode 100644 index 000000000000..fc8c0e352cab --- /dev/null +++ b/app-laptop/configure-thinkpad/files/digest-configure-thinkpad-0.8 @@ -0,0 +1 @@ +MD5 c105bf0116bd1a4363a1ed27c9c443fc configure-thinkpad-0.8.tar.gz 164727 diff --git a/app-laptop/tpctl/ChangeLog b/app-laptop/tpctl/ChangeLog index 57929cc60a66..01cbf53dea09 100644 --- a/app-laptop/tpctl/ChangeLog +++ b/app-laptop/tpctl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-laptop/tpctl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/ChangeLog,v 1.7 2005/01/01 14:49:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/ChangeLog,v 1.8 2005/01/08 21:40:27 brix Exp $ + +*tpctl-4.16 (08 Jan 2005) + + 08 Jan 2005; Henrik Brix Andersen <brix@gentoo.org> +tpctl-4.16.ebuild: + Version bump. Fixes bug #39943 and bug #69669. 18 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> tpctl-4.8.ebuild: stable on x86. diff --git a/app-laptop/tpctl/Manifest b/app-laptop/tpctl/Manifest index a4f22086857a..91bcfc1cc2ba 100644 --- a/app-laptop/tpctl/Manifest +++ b/app-laptop/tpctl/Manifest @@ -1,14 +1,16 @@ -MD5 5c4b97a1e3680fdbb8cc60318074237e ChangeLog 2130 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 2f4094eedc3aeaece52841fa463897cb tpctl-3.2.ebuild 1478 -MD5 3419199a9b7da60895caf80c894ab27d tpctl-4.2.ebuild 1478 MD5 8fd7ed31991171e3df2b066480797c67 tpctl-4.4-r1.ebuild 1627 +MD5 5a5ecb7d8fbe7094bbb1935f5e1e8c93 tpctl-4.16.ebuild 919 +MD5 3419199a9b7da60895caf80c894ab27d tpctl-4.2.ebuild 1478 MD5 8a137ec2e81e6384c845860483dfca1f tpctl-4.4.ebuild 1476 +MD5 57c24f0fba01901689243631d8aa5984 ChangeLog 2281 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 6f5a1d517baa98df4ab476b8284dbcde tpctl-4.8.ebuild 1616 -MD5 4b8b1c61ee0756b730105821afcae4e6 files/apmiser.rc 560 MD5 4a6eccb7b79fc6b89897fa42a9d63835 files/digest-tpctl-3.2 60 MD5 603d662e5051a7e33e5c3cb5cae78962 files/digest-tpctl-4.2 60 MD5 07d45c78b0ee95cb84c2fcdca379afc6 files/digest-tpctl-4.4 60 -MD5 07d45c78b0ee95cb84c2fcdca379afc6 files/digest-tpctl-4.4-r1 60 MD5 7ea9886f5d9abae5110c5f584d5555fb files/digest-tpctl-4.8 60 MD5 556f25877822405f7dfd77680d2f6e49 files/tpctlir-cli-4.4-r1.diff 770 +MD5 07d45c78b0ee95cb84c2fcdca379afc6 files/digest-tpctl-4.4-r1 60 +MD5 4b8b1c61ee0756b730105821afcae4e6 files/apmiser.rc 560 +MD5 ff97f2ecd88355bf3dfcd6192b3efe56 files/digest-tpctl-4.16 61 diff --git a/app-laptop/tpctl/files/digest-tpctl-4.16 b/app-laptop/tpctl/files/digest-tpctl-4.16 new file mode 100644 index 000000000000..46c35bdd132c --- /dev/null +++ b/app-laptop/tpctl/files/digest-tpctl-4.16 @@ -0,0 +1 @@ +MD5 03afcfdd58a97693263ddcec80582fe0 tpctl_4.16.tar.gz 79775 diff --git a/app-laptop/tpctl/tpctl-4.16.ebuild b/app-laptop/tpctl/tpctl-4.16.ebuild new file mode 100644 index 000000000000..95ca279102f9 --- /dev/null +++ b/app-laptop/tpctl/tpctl-4.16.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.16.ebuild,v 1.1 2005/01/08 21:40:27 brix Exp $ + +MY_P=${PN}_${PV} + +DESCRIPTION="Thinkpad system control user space programs" + +HOMEPAGE="http://tpctl.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +IUSE="tpctlir" + +DEPEND="app-laptop/thinkpad + dev-lang/perl + sys-libs/ncurses" + +src_compile() { + emake || die "emake failed" + + if use tpctlir; then + emake -C tpctlir || die "emake -C tpctlir failed" + fi +} + +src_install() { + if use tpctlir; then + dodir /usr/sbin + newdoc tpctlir/README README.tpctlir + doman tpctlir/tpctlir.8 + fi + + emake DEST=${D} install_libraries install_binaries install_man || die "emake install failed" + + newinitd ${FILESDIR}/apmiser.rc apmiser + + dodoc ChangeLog SUPPORTED-MODELS TROUBLESHOOTING AUTHORS README VGA-MODES + newdoc apmiser/README README.apmiser +} |