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/configure-thinkpad | |
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/configure-thinkpad')
4 files changed, 35 insertions, 4 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 |