diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:52:23 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:52:23 +0000 |
commit | 682ccc6a5e1e7b6962d59cdf3b70d2a0e331fb8f (patch) | |
tree | afd2b2e75dcfacec006bb02f1db53c46bf6ff092 /sys-apps/thinkpad | |
parent | Added distcc crosscompiling support to fix bug #17243, thanks to Francois Gui... (diff) | |
download | gentoo-2-682ccc6a5e1e7b6962d59cdf3b70d2a0e331fb8f.tar.gz gentoo-2-682ccc6a5e1e7b6962d59cdf3b70d2a0e331fb8f.tar.bz2 gentoo-2-682ccc6a5e1e7b6962d59cdf3b70d2a0e331fb8f.zip |
repoman: header fix; whitespace cleanup
Diffstat (limited to 'sys-apps/thinkpad')
-rw-r--r-- | sys-apps/thinkpad/Manifest | 12 | ||||
-rw-r--r-- | sys-apps/thinkpad/thinkpad-3.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/thinkpad/thinkpad-4.1.ebuild | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sys-apps/thinkpad/Manifest b/sys-apps/thinkpad/Manifest index c95ec09cd3c2..b7780bbaadd9 100644 --- a/sys-apps/thinkpad/Manifest +++ b/sys-apps/thinkpad/Manifest @@ -1,10 +1,10 @@ +MD5 ffcd0f9cadf445e3d62a15ccbb552979 ChangeLog 1576 +MD5 1d66e97fd75b729d6c73f675b5cdfaec thinkpad-3.2.ebuild 1488 +MD5 44cefbdc48d41e1ad7e6d83218d343df thinkpad-4.1.ebuild 1523 +MD5 785b2dae70a5c8bfed5f439b6e6cd7af thinkpad-4.3.ebuild 2060 +MD5 17f1394169c2235e87af080f488a7955 thinkpad-4.3-r1.ebuild 2063 MD5 67a420196c59076408625a82b1b0f3eb files/digest-thinkpad-3.2 63 -MD5 26886c3a2e8b9c3b807371e643dd5c75 files/thinkpad 545 MD5 f6711c6d29ed136c770235acf6bebf4a files/digest-thinkpad-4.1 63 +MD5 26886c3a2e8b9c3b807371e643dd5c75 files/thinkpad 545 MD5 c4bd4b11c836429cb452ababe9575efd files/digest-thinkpad-4.3 63 MD5 c4bd4b11c836429cb452ababe9575efd files/digest-thinkpad-4.3-r1 63 -MD5 b97b1b5bf7c0a11def3874a85dc48322 thinkpad-3.2.ebuild 1489 -MD5 ffcd0f9cadf445e3d62a15ccbb552979 ChangeLog 1576 -MD5 41c19411707f28c2870b1f62d60d511a thinkpad-4.1.ebuild 1523 -MD5 785b2dae70a5c8bfed5f439b6e6cd7af thinkpad-4.3.ebuild 2060 -MD5 17f1394169c2235e87af080f488a7955 thinkpad-4.3-r1.ebuild 2063 diff --git a/sys-apps/thinkpad/thinkpad-3.2.ebuild b/sys-apps/thinkpad/thinkpad-3.2.ebuild index a304405f79f4..1d517c73ba2a 100644 --- a/sys-apps/thinkpad/thinkpad-3.2.ebuild +++ b/sys-apps/thinkpad/thinkpad-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/thinkpad-3.2.ebuild,v 1.12 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/thinkpad-3.2.ebuild,v 1.13 2003/09/07 00:52:20 msterret Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -20,7 +20,7 @@ pkg_setup() { #thinkpad will compile modules for the kernel pointed to by /usr/src/linux KV=`readlink /usr/src/linux` if [ $? -ne 0 ] ; then - echo + echo echo "/usr/src/linux symlink does not exist; cannot continue." echo die diff --git a/sys-apps/thinkpad/thinkpad-4.1.ebuild b/sys-apps/thinkpad/thinkpad-4.1.ebuild index 5b2b469ce683..7e9acab57839 100644 --- a/sys-apps/thinkpad/thinkpad-4.1.ebuild +++ b/sys-apps/thinkpad/thinkpad-4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/thinkpad-4.1.ebuild,v 1.3 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/thinkpad-4.1.ebuild,v 1.4 2003/09/07 00:52:20 msterret Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} |