diff options
author | 2004-04-11 19:13:52 +0000 | |
---|---|---|
committer | 2004-04-11 19:13:52 +0000 | |
commit | 83dfddb140899aee111bebf84ba019d1fa07b008 (patch) | |
tree | ea020a25b44ac36c737e40c0a75c67c94b2f4c43 /x11-misc | |
parent | initial commit, closes bug 47407 (Manifest recommit) (diff) | |
download | gentoo-2-83dfddb140899aee111bebf84ba019d1fa07b008.tar.gz gentoo-2-83dfddb140899aee111bebf84ba019d1fa07b008.tar.bz2 gentoo-2-83dfddb140899aee111bebf84ba019d1fa07b008.zip |
tidy older ebuilds
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xeasyconf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xeasyconf/files/digest-xeasyconf-0.1.2 | 1 | ||||
-rw-r--r-- | x11-misc/xeasyconf/files/digest-xeasyconf-0.1.3 | 1 | ||||
-rw-r--r-- | x11-misc/xeasyconf/files/digest-xeasyconf-0.1.4 | 1 | ||||
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild | 41 | ||||
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild | 42 | ||||
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild | 31 |
7 files changed, 7 insertions, 118 deletions
diff --git a/x11-misc/xeasyconf/ChangeLog b/x11-misc/xeasyconf/ChangeLog index eba4b32e380e..95c9d658d054 100644 --- a/x11-misc/xeasyconf/ChangeLog +++ b/x11-misc/xeasyconf/ChangeLog @@ -1,5 +1,11 @@ # ChangeLog for x11-misc/xeasyconf -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 + +*xeasyconf-0.1.2 (11 Apr 2004) + + 11 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> xeasyconf-0.1.2.ebuild, + xeasyconf-0.1.3.ebuild, xeasyconf-0.1.4.ebuild: + tidy older ebuilds *xeasyconf-0.1.5 (05 Jan 2003) diff --git a/x11-misc/xeasyconf/files/digest-xeasyconf-0.1.2 b/x11-misc/xeasyconf/files/digest-xeasyconf-0.1.2 deleted file mode 100644 index 7ab712b24c2f..000000000000 --- a/x11-misc/xeasyconf/files/digest-xeasyconf-0.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3af16b2b1a2817efa9d76cae9041542 xeasyconf-0.1.2.tar.gz 14444 diff --git a/x11-misc/xeasyconf/files/digest-xeasyconf-0.1.3 b/x11-misc/xeasyconf/files/digest-xeasyconf-0.1.3 deleted file mode 100644 index 6ca9a6b3bd51..000000000000 --- a/x11-misc/xeasyconf/files/digest-xeasyconf-0.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 cb556bc70b64a0746badd6f18f1c2df1 xeasyconf-0.1.3.tar.gz 14572 diff --git a/x11-misc/xeasyconf/files/digest-xeasyconf-0.1.4 b/x11-misc/xeasyconf/files/digest-xeasyconf-0.1.4 deleted file mode 100644 index d8c591e523c9..000000000000 --- a/x11-misc/xeasyconf/files/digest-xeasyconf-0.1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 39d7452af7f248ca8ed4d55367b55629 xeasyconf-0.1.4.tar.gz 14508 diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild deleted file mode 100644 index 3788e63e671a..000000000000 --- a/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.10 2004/02/22 22:48:05 agriffis Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Xeasyconf is a PPC only tool to assist in xfree 4.x configs" -SRC_URI="http://tuxppc.org/projects/xeasyconf/${P}.tar.gz" -HOMEPAGE="http://tuxppc.org/projects/xeasyconf/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc -x86 -sparc -alpha" - -DEPEND="virtual/glibc x11-base/xfree sys-apps/pciutils dev-util/dialog" - - -src_unpack() { - - if [ ${ARCH} != ppc ] - then - die "This is a PPC-only package, sorry" - fi - - unpack ${A} - cd ${S} -} - -src_compile() { - - make || die "sorry, failed to compile" -} - -src_install() { - - dodir /usr/bin/ - dodir /usr/sbin/ - into /usr/ - dobin fbcheck - into /usr/ - dosbin Xeasyconf - -} diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild deleted file mode 100644 index 6773cb5ba3ab..000000000000 --- a/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.8 2004/02/22 22:48:05 agriffis Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Xeasyconf is a PPC only tool to assist in xfree 4.x configs" -SRC_URI="http://gentoo.org/~gerk/xeasyconf/${P}.tar.gz" -HOMEPAGE="http://gentoo.org/~gerk/xeasyconf/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc -x86 -sparc -alpha" - -DEPEND="x11-base/xfree - sys-apps/pciutils" -RDEPEND="dev-util/dialog" - -src_unpack() { - - if [ ${ARCH} != ppc ] - then - die "This is a PPC-only package, sorry" - fi - - unpack ${A} - cd ${S} -} - -src_compile() { - - make || die "sorry, failed to compile" -} - -src_install() { - - dodir /usr/bin/ - dodir /usr/sbin/ - into /usr/ - dobin fbcheck - into /usr/ - dosbin Xeasyconf - -} diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild deleted file mode 100644 index 059860332f21..000000000000 --- a/x11-misc/xeasyconf/xeasyconf-0.1.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.7 2004/02/22 22:48:05 agriffis Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Xeasyconf is a PPC only tool to assist in xfree 4.x configs" -SRC_URI="http://gentoo.org/~gerk/xeasyconf/${P}.tar.gz" -HOMEPAGE="http://gentoo.org/~gerk/xeasyconf/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc -x86 -sparc -alpha" - -DEPEND="x11-base/xfree - sys-apps/pciutils" -RDEPEND="dev-util/dialog" - -src_compile() { - - make || die "sorry, failed to compile" -} - -src_install() { - - dodir /usr/bin/ - dodir /usr/sbin/ - into /usr/ - dobin fbcheck - into /usr/ - dosbin Xeasyconf - -} |