diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
commit | b2c247e65f90ea689d3df4dc8b4f6d8050d299bc (patch) | |
tree | db85c497c7351e555ccd5cd56605f3d6600f79a4 /x11-misc/xeasyconf | |
parent | header fix (diff) | |
download | historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.gz historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.bz2 historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.zip |
whitespace cleanup
Diffstat (limited to 'x11-misc/xeasyconf')
-rw-r--r-- | x11-misc/xeasyconf/Manifest | 9 | ||||
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.5.ebuild | 6 |
5 files changed, 22 insertions, 13 deletions
diff --git a/x11-misc/xeasyconf/Manifest b/x11-misc/xeasyconf/Manifest index e69de29bb2d1..7997080f1472 100644 --- a/x11-misc/xeasyconf/Manifest +++ b/x11-misc/xeasyconf/Manifest @@ -0,0 +1,9 @@ +MD5 c797ef684792b3b483fb38ac52ce8e3e ChangeLog 938 +MD5 281c912a0c9cce4e0eea32c53e0e3f03 xeasyconf-0.1.2.ebuild 859 +MD5 968c5ba07a9e1d788e1b92a7f5d67080 xeasyconf-0.1.3.ebuild 849 +MD5 7d6972fcaf957f9259a0f9e26869a373 xeasyconf-0.1.4.ebuild 732 +MD5 9b0d5fb75ea9835178fa3bb0215c3bad xeasyconf-0.1.5.ebuild 757 +MD5 d0d95d7c3ff852a4463c1644fa1ea249 files/digest-xeasyconf-0.1.2 66 +MD5 bfb97a364c12a27302562105b53f7ede files/digest-xeasyconf-0.1.3 66 +MD5 0a1784e8210f02b2b40b4740ce1b304d files/digest-xeasyconf-0.1.4 66 +MD5 8e54317f64bbc99a51998f8640168397 files/digest-xeasyconf-0.1.5 66 diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild index 1135a4783383..4a451dc23759 100644 --- a/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild +++ b/x11-misc/xeasyconf/xeasyconf-0.1.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/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild,v 1.8 2003/02/13 17:20:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild,v 1.9 2003/09/05 23:18:18 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xeasyconf is a PPC only tool to assist in xfree 4.x configs" @@ -16,7 +16,7 @@ DEPEND="virtual/glibc x11-base/xfree sys-apps/pciutils dev-util/dialog" src_unpack() { if [ ${ARCH} != ppc ] - then + then die "This is a PPC-only package, sorry" fi @@ -30,7 +30,7 @@ src_compile() { } src_install() { - + dodir /usr/bin/ dodir /usr/sbin/ into /usr/ diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild index 5a011dff8513..3a733bb862b8 100644 --- a/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild +++ b/x11-misc/xeasyconf/xeasyconf-0.1.3.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/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild,v 1.6 2003/02/13 17:20:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild,v 1.7 2003/09/05 23:18:18 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xeasyconf is a PPC only tool to assist in xfree 4.x configs" @@ -10,14 +10,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc -x86 -sparc -alpha" -DEPEND="x11-base/xfree +DEPEND="x11-base/xfree sys-apps/pciutils" RDEPEND="dev-util/dialog" src_unpack() { if [ ${ARCH} != ppc ] - then + then die "This is a PPC-only package, sorry" fi @@ -31,7 +31,7 @@ src_compile() { } src_install() { - + dodir /usr/bin/ dodir /usr/sbin/ into /usr/ diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild index 5b1d4a207a0c..05497049af32 100644 --- a/x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild +++ b/x11-misc/xeasyconf/xeasyconf-0.1.4.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/x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild,v 1.5 2003/02/13 17:20:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild,v 1.6 2003/09/05 23:18:18 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xeasyconf is a PPC only tool to assist in xfree 4.x configs" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc -x86 -sparc -alpha" -DEPEND="x11-base/xfree +DEPEND="x11-base/xfree sys-apps/pciutils" RDEPEND="dev-util/dialog" @@ -20,7 +20,7 @@ src_compile() { } src_install() { - + dodir /usr/bin/ dodir /usr/sbin/ into /usr/ diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.5.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.5.ebuild index 1263f2f6a9aa..a02218facc1b 100644 --- a/x11-misc/xeasyconf/xeasyconf-0.1.5.ebuild +++ b/x11-misc/xeasyconf/xeasyconf-0.1.5.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/x11-misc/xeasyconf/xeasyconf-0.1.5.ebuild,v 1.3 2003/04/08 22:37:48 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.5.ebuild,v 1.4 2003/09/05 23:18:18 msterret Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc -x86 -sparc -alpha" -DEPEND="x11-base/xfree +DEPEND="x11-base/xfree sys-apps/pciutils" RDEPEND="dev-util/dialog" @@ -22,7 +22,7 @@ src_compile() { } src_install() { - + dodir /usr/bin/ dodir /usr/sbin/ into /usr/ |