diff options
author | Joachim Blaabjerg <styx@gentoo.org> | 2002-12-03 17:00:08 +0000 |
---|---|---|
committer | Joachim Blaabjerg <styx@gentoo.org> | 2002-12-03 17:00:08 +0000 |
commit | 1a832421b397689eabe352ed3559241d1a4b2315 (patch) | |
tree | 9c29d70cc353e56218b6a47ea4ed7fc8060b9f09 /sys-apps/quota | |
parent | Fix bug #8753: timidity-eawpatches installation probs (diff) | |
download | gentoo-2-1a832421b397689eabe352ed3559241d1a4b2315.tar.gz gentoo-2-1a832421b397689eabe352ed3559241d1a4b2315.tar.bz2 gentoo-2-1a832421b397689eabe352ed3559241d1a4b2315.zip |
Fixed a couple of old masks
Diffstat (limited to 'sys-apps/quota')
-rw-r--r-- | sys-apps/quota/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/quota/files/digest-quota-3.03 | 1 | ||||
-rw-r--r-- | sys-apps/quota/files/digest-quota-3.04 | 1 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.03.ebuild | 26 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.04.ebuild | 26 |
5 files changed, 8 insertions, 55 deletions
diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog index 19bc1e66a63f..de02ef4ca214 100644 --- a/sys-apps/quota/ChangeLog +++ b/sys-apps/quota/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/quota # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.6 2002/08/23 06:18:23 styx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.7 2002/12/03 17:00:08 styx Exp $ + + 3 Dec 2002; Joachim Blaabjerg <styx@gentoo.org> quota-3.03.ebuild + quota-3.04.ebuild : + + Removed old ebuilds. I assumed it was safe, as none of them were keyworded + any different than 3.06, so I assumed they were obsolete. Kick me in the + nuts if I'm wrong. *quota-3.06 (23 Aug 2002) diff --git a/sys-apps/quota/files/digest-quota-3.03 b/sys-apps/quota/files/digest-quota-3.03 deleted file mode 100644 index 5d0bb31d5db6..000000000000 --- a/sys-apps/quota/files/digest-quota-3.03 +++ /dev/null @@ -1 +0,0 @@ -MD5 799f6716346e239397d92680cead3f4d quota-3.03.tar.gz 179949 diff --git a/sys-apps/quota/files/digest-quota-3.04 b/sys-apps/quota/files/digest-quota-3.04 deleted file mode 100644 index 68d03cb95a36..000000000000 --- a/sys-apps/quota/files/digest-quota-3.04 +++ /dev/null @@ -1 +0,0 @@ -MD5 b40a368443568ab82c790cc4afa19b5f quota-3.04.tar.gz 182318 diff --git a/sys-apps/quota/quota-3.03.ebuild b/sys-apps/quota/quota-3.03.ebuild deleted file mode 100644 index dd4ae960ad3b..000000000000 --- a/sys-apps/quota/quota-3.03.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.03.ebuild,v 1.10 2002/10/20 18:54:50 vapier Exp $ - -S=${WORKDIR}/quota-tools -DESCRIPTION="Linux quota tools" -SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" -HOMEPAGE="http://sourceforge.net/projects/linuxquota/" - -SLOT="0" -KEYWORDS="x86" -LICENSE="GPL-2" - -DEPEND="virtual/glibc" - -src_compile() { - econf || die "./configure failed" - emake || die -} - -src_install() { - dodir {sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,2,3,8}} - make ROOTDIR=${D} install || die - install -m 644 warnquota.conf ${D}/etc - dodoc doc/* -} diff --git a/sys-apps/quota/quota-3.04.ebuild b/sys-apps/quota/quota-3.04.ebuild deleted file mode 100644 index d8bc86853aea..000000000000 --- a/sys-apps/quota/quota-3.04.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.04.ebuild,v 1.12 2002/10/20 18:54:50 vapier Exp $ - -S=${WORKDIR}/quota-tools -DESCRIPTION="Linux quota tools" -SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" -HOMEPAGE="http://sourceforge.net/projects/linuxquota/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" - -DEPEND="virtual/glibc" - -src_compile() { - econf || die "./configure failed" - emake || die -} - -src_install() { - dodir {sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,2,3,8}} - make ROOTDIR=${D} install || die - install -m 644 warnquota.conf ${D}/etc - dodoc doc/* -} |