diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-03-08 04:48:09 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-03-08 04:48:09 +0000 |
commit | 7db53791e6e54efb751846cebae528921fa787af (patch) | |
tree | 5c734490dff57670327c4c9959fafe665e15dc1d /app-laptop | |
parent | Moved to app-laptop (diff) | |
download | historical-7db53791e6e54efb751846cebae528921fa787af.tar.gz historical-7db53791e6e54efb751846cebae528921fa787af.tar.bz2 historical-7db53791e6e54efb751846cebae528921fa787af.zip |
Moved to app-laptop from sys-apps
Diffstat (limited to 'app-laptop')
5 files changed, 50 insertions, 0 deletions
diff --git a/app-laptop/configure-thinkpad/ChangeLog b/app-laptop/configure-thinkpad/ChangeLog new file mode 100644 index 000000000000..369ef18c3eae --- /dev/null +++ b/app-laptop/configure-thinkpad/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for sys-apps/configure-thinkpad +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/ChangeLog,v 1.1 2004/03/08 04:48:09 latexer Exp $ + +*configure-thinkpad-0.1-r3 (07 Mar 2004) + + 07 Mar 2004; Peter Johanson <latexer@gentoo.org> + configure-thinkpad-0.1-r3.ebuild, metadata.xml: + Moved to app-laptop + +*configure-thinkpad-0.1-r3 (26 Feb 2004) + + 26 Feb 2004; Gustavo Felisberto <humpback@gentoo.org>; + configure-thinkpad-0.1-r3.ebuild: + Initial import. Credits to Andrea Cerrito <cerrito@centromultimediale.it> and + António Meireles <datashark@gentoo.org> (dev in zombie mode) in bug 34495. + diff --git a/app-laptop/configure-thinkpad/Manifest b/app-laptop/configure-thinkpad/Manifest new file mode 100644 index 000000000000..8462ea6e5fe7 --- /dev/null +++ b/app-laptop/configure-thinkpad/Manifest @@ -0,0 +1,4 @@ +MD5 1669c9243b6406a8ae57bca48dc42dea ChangeLog 698 +MD5 a2dd488b4da3a79e7238062ea91b601e metadata.xml 295 +MD5 dbabf452f98d5d996a386f2dd0cd169c configure-thinkpad-0.1-r3.ebuild 524 +MD5 cab880baa42fdda83dfedcfd45fa9bd8 files/digest-configure-thinkpad-0.1-r3 74 diff --git a/app-laptop/configure-thinkpad/configure-thinkpad-0.1-r3.ebuild b/app-laptop/configure-thinkpad/configure-thinkpad-0.1-r3.ebuild new file mode 100644 index 000000000000..93c354f1a6a2 --- /dev/null +++ b/app-laptop/configure-thinkpad/configure-thinkpad-0.1-r3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +inherit gnome2 +DESCRIPTION="Thinkpad gnome configuration utility for tpctl" +SRC_URI="mirror://sourceforge/tpctl/${P}.tar.gz" +HOMEPAGE="http://tpctl.sourceforge.net/configure-thinkpad.html" +KEYWORDS="~x86 -amd64 -ppc -mips -sparc" + +RDEPEND=">=app-laptop/tpctl-4.8 + >=x11-libs/gtk+-2.2 + >=gnome-base/libgnomeui-2.4 + >=sys-devel/gettext-0.11" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +SLOT="0" +LICENSE="GPL-2" diff --git a/app-laptop/configure-thinkpad/files/digest-configure-thinkpad-0.1-r3 b/app-laptop/configure-thinkpad/files/digest-configure-thinkpad-0.1-r3 new file mode 100644 index 000000000000..7f879459dc4b --- /dev/null +++ b/app-laptop/configure-thinkpad/files/digest-configure-thinkpad-0.1-r3 @@ -0,0 +1 @@ +MD5 359a136cfd0dbb221f37822891078819 configure-thinkpad-0.1.tar.gz 141464 diff --git a/app-laptop/configure-thinkpad/metadata.xml b/app-laptop/configure-thinkpad/metadata.xml new file mode 100644 index 000000000000..7b1d884806d0 --- /dev/null +++ b/app-laptop/configure-thinkpad/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>datashark@gentoo.org</email> +</maintainer> + <longdescription>Gnome ThinkPad configuration tool</longdescription> +</pkgmetadata> |