diff options
-rw-r--r-- | sys-apps/quota/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/quota/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/quota/files/digest-quota-3.10 | 1 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.09.ebuild | 14 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.10.ebuild | 54 |
5 files changed, 77 insertions, 8 deletions
diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog index 2d5b989e756d..1e02266978ec 100644 --- a/sys-apps/quota/ChangeLog +++ b/sys-apps/quota/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/quota -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.20 2003/12/29 09:28:59 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.21 2004/01/14 22:59:31 mholzer Exp $ + +*quota-3.10 (14 Jan 2004) + + 14 Jan 2004; Martin Holzer <mholzer@gentoo.org> quota-3.09.ebuild, + quota-3.10.ebuild: + Version bumped and adding a note about services. Closes 21835 29 Dec 2003; Seemant Kulleen <seemant@gentoo.org> files/quota.rc: typo fix in the initscript, thanks to: crazor@web.de in bug #36636 diff --git a/sys-apps/quota/Manifest b/sys-apps/quota/Manifest index 1c6d9e82a436..26a7292f9754 100644 --- a/sys-apps/quota/Manifest +++ b/sys-apps/quota/Manifest @@ -1,10 +1,10 @@ -MD5 07c5614b3716ea5b11d50f31fb8a6777 ChangeLog 3464 +MD5 e4fc3321fd632aefe85e8fab751d183b ChangeLog 3646 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 b80f9464e51dc32d41dfedb8a8790740 quota-3.06-r1.ebuild 1106 MD5 5d668f51c8afb4c543aa363316d932fc quota-3.06-r2.ebuild 1223 MD5 435eff5ff8bd36fae5e4e4f9e371a2e7 quota-3.06.ebuild 1043 -MD5 a6779d5af06dd0d7d6329599d8264b6e quota-3.09.ebuild 1200 -MD5 a6779d5af06dd0d7d6329599d8264b6e quota-3.10.ebuild 1200 +MD5 123cb293fb9d69260aee2aafd62ec353 quota-3.09.ebuild 1489 +MD5 a873b67b9fa7847e57e1f2df3664841d quota-3.10.ebuild 1489 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06 62 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r1 62 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r2 62 diff --git a/sys-apps/quota/files/digest-quota-3.10 b/sys-apps/quota/files/digest-quota-3.10 new file mode 100644 index 000000000000..e3d5000d8d21 --- /dev/null +++ b/sys-apps/quota/files/digest-quota-3.10 @@ -0,0 +1 @@ +MD5 a7e76cb4554e64a07df746ab0d85cc59 quota-3.10.tar.gz 200871 diff --git a/sys-apps/quota/quota-3.09.ebuild b/sys-apps/quota/quota-3.09.ebuild index 59d6c761ab5f..15e3da0b2297 100644 --- a/sys-apps/quota/quota-3.09.ebuild +++ b/sys-apps/quota/quota-3.09.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.3 2003/12/10 10:18:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.4 2004/01/14 22:59:31 mholzer Exp $ IUSE="nls tcpd" @@ -8,7 +8,6 @@ S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" HOMEPAGE="http://sourceforge.net/projects/linuxquota/" SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" - RESTRICT="nomirror" SLOT="0" @@ -44,3 +43,12 @@ src_install() { # NLS bloat reduction use nls || rm -rf ${D}/usr/share/locale } + +pkg_postinst() { + einfo "with this release, you can configure the used" + einfo "ports through /etc/services" + einfo + einfo "eg. use the default" + einfo "rquotad 4003/tcp # quota" + einfo "rquotad 4003/udp # quota" +} diff --git a/sys-apps/quota/quota-3.10.ebuild b/sys-apps/quota/quota-3.10.ebuild new file mode 100644 index 000000000000..d6f8a71b50e4 --- /dev/null +++ b/sys-apps/quota/quota-3.10.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.10.ebuild,v 1.1 2004/01/14 22:59:31 mholzer Exp $ + +IUSE="nls tcpd" + +S=${WORKDIR}/quota-tools +DESCRIPTION="Linux quota tools" +HOMEPAGE="http://sourceforge.net/projects/linuxquota/" +SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" +RESTRICT="nomirror" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64" + +DEPEND="virtual/glibc + tcpd? ( sys-apps/tcp-wrappers )" + +src_unpack() { + unpack ${A} + cd ${S} + + # patch to prevent quotactl.2 manpage from being installed + # that page is provided by man-pages instead + epatch ${FILESDIR}/${PN}-no-quotactl-manpage.patch + + sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure +} + +src_install() { + dodir {sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,3,8}} + make ROOTDIR=${D} install || die +# install -m 644 warnquota.conf ${D}/etc + insinto /etc + insopts -m0644 + doins warnquota.conf quotatab + dodoc doc/* + + exeinto /etc/init.d + newexe ${FILESDIR}/quota.rc quota + + # NLS bloat reduction + use nls || rm -rf ${D}/usr/share/locale +} + +pkg_postinst() { + einfo "with this release, you can configure the used" + einfo "ports through /etc/services" + einfo + einfo "eg. use the default" + einfo "rquotad 4003/tcp # quota" + einfo "rquotad 4003/udp # quota" +} |