diff options
Diffstat (limited to 'x11-misc/xeasyconf')
-rw-r--r-- | x11-misc/xeasyconf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xeasyconf/Manifest | 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 |
8 files changed, 8 insertions, 125 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/Manifest b/x11-misc/xeasyconf/Manifest index d37c79321e17..f612a9637a36 100644 --- a/x11-misc/xeasyconf/Manifest +++ b/x11-misc/xeasyconf/Manifest @@ -1,9 +1,3 @@ -MD5 102de6751b0c914b2104c8ac5d30c790 xeasyconf-0.1.2.ebuild 859 -MD5 0c28f565e4fa1fcc1a6dc7ccf37340af xeasyconf-0.1.4.ebuild 731 -MD5 599c1de05936376fc9e827a82a9979a4 xeasyconf-0.1.3.ebuild 848 -MD5 9ef50be3a26fc942267600ae3d0df22a ChangeLog 941 +MD5 161e128aa952c5cf425d2335db064aba ChangeLog 1124 MD5 996ea7e53963875f80cb2597e16fed3e xeasyconf-0.1.5.ebuild 756 -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/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 - -} |