diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-15 00:23:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-15 00:23:43 +0000 |
commit | 52761b0ebc4ce0ebf6f76bce9bcad3a7a95cfad4 (patch) | |
tree | bf682980d45a580a50b2d16d29cee429f3363353 /net-www | |
parent | Resolving circular dependency between alsa-lib and jack. Bug #35674. (Manife... (diff) | |
download | gentoo-2-52761b0ebc4ce0ebf6f76bce9bcad3a7a95cfad4.tar.gz gentoo-2-52761b0ebc4ce0ebf6f76bce9bcad3a7a95cfad4.tar.bz2 gentoo-2-52761b0ebc4ce0ebf6f76bce9bcad3a7a95cfad4.zip |
tidy extra ebuilds
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/dansguardian/ChangeLog | 9 | ||||
-rw-r--r-- | net-www/dansguardian/dansguardian-2.6.0.ebuild | 37 | ||||
-rw-r--r-- | net-www/dansguardian/dansguardian-2.7.2.ebuild | 38 | ||||
-rw-r--r-- | net-www/dansguardian/dansguardian-2.7.5.ebuild | 38 | ||||
-rw-r--r-- | net-www/dansguardian/files/digest-dansguardian-2.6.0 | 1 | ||||
-rw-r--r-- | net-www/dansguardian/files/digest-dansguardian-2.7.2 | 1 | ||||
-rw-r--r-- | net-www/dansguardian/files/digest-dansguardian-2.7.5 | 1 |
7 files changed, 7 insertions, 118 deletions
diff --git a/net-www/dansguardian/ChangeLog b/net-www/dansguardian/ChangeLog index 028eb75a37f3..ce9830528fa7 100644 --- a/net-www/dansguardian/ChangeLog +++ b/net-www/dansguardian/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/dansguardian -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/dansguardian/ChangeLog,v 1.5 2003/12/05 20:25:07 method Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/dansguardian/ChangeLog,v 1.6 2004/03/15 00:23:43 mr_bones_ Exp $ + + 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + dansguardian-2.6.0.ebuild, dansguardian-2.7.2.ebuild, + dansguardian-2.7.5.ebuild: + tidy extra versions, leaving one stable and one unstable *dansguardian-2.7.6 (05 Dec 2003) diff --git a/net-www/dansguardian/dansguardian-2.6.0.ebuild b/net-www/dansguardian/dansguardian-2.6.0.ebuild deleted file mode 100644 index 49c6aff59eb6..000000000000 --- a/net-www/dansguardian/dansguardian-2.6.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/dansguardian/dansguardian-2.6.0.ebuild,v 1.2 2003/07/13 21:44:10 aliz Exp $ - -DESCRIPTION="Web content filtering via proxy" -HOMEPAGE="http://dansguardian.org" -P="DansGuardian-${PV}" -SRC_URI="http://mirror.dansguardian.org/downloads/2/Beta/${P}-0.source.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="net-www/squid" -S=${WORKDIR}/${P} - -src_compile() { - ./configure \ - --prefix= \ - --installprefix=${D} \ - --mandir=/usr/share/man/ || die "./configure failed" - emake || die -} - -src_install() { - make install || die - - dodir /etc/init.d - cp ${FILESDIR}/dansguardian.init ${D}/etc/init.d - - rm -rf ${D}/etc/rc.d - - einfo "Fixing location of initscript" - sed 's/rc.d\///' ${D}/etc/dansguardian/logrotation > ${D}/etc/dansguardian/logrotation.fixed - mv -f ${D}/etc/dansguardian/logrotation.fixed ${D}/etc/dansguardian/logrotation - - dodoc INSTALL README LICENSE -} diff --git a/net-www/dansguardian/dansguardian-2.7.2.ebuild b/net-www/dansguardian/dansguardian-2.7.2.ebuild deleted file mode 100644 index 411749e745ef..000000000000 --- a/net-www/dansguardian/dansguardian-2.7.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/dansguardian/dansguardian-2.7.2.ebuild,v 1.2 2003/08/05 06:07:30 method Exp $ - -DESCRIPTION="Web content filtering via proxy" -HOMEPAGE="http://dansguardian.org" -P="DansGuardian-${PV}" -SRC_URI="http://mirror.dansguardian.org/downloads/2/Alpha/${P}-0.source.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="net-www/squid" -S=${WORKDIR}/${P}-0 - -src_compile() { - ./configure \ - --prefix= \ - --installprefix=${D} \ - --mandir=/usr/share/man/ || die "./configure failed" - emake || die -} - -src_install() { - if [ -d "/etc/logrotate.d" ]; then mkdir -p ${D}/etc/logrotate.d; fi - make install || die - - dodir /etc/init.d - cp ${FILESDIR}/dansguardian.init ${D}/etc/init.d/dansguardian - - rm -rf ${D}/etc/rc.d - - einfo "Fixing location of initscript" - sed 's/rc.d\///' ${D}/etc/dansguardian/logrotation > ${D}/etc/dansguardian/logrotation.fixed - mv -f ${D}/etc/dansguardian/logrotation.fixed ${D}/etc/dansguardian/logrotation - - dodoc INSTALL README LICENSE -} diff --git a/net-www/dansguardian/dansguardian-2.7.5.ebuild b/net-www/dansguardian/dansguardian-2.7.5.ebuild deleted file mode 100644 index 406ce1175de1..000000000000 --- a/net-www/dansguardian/dansguardian-2.7.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/dansguardian/dansguardian-2.7.5.ebuild,v 1.1 2003/11/19 19:08:35 method Exp $ - -DESCRIPTION="Web content filtering via proxy" -HOMEPAGE="http://dansguardian.org" -P="DansGuardian-${PV}" -SRC_URI="http://mirror.dansguardian.org/downloads/2/Alpha/${P}-0.source.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="net-www/squid" -S=${WORKDIR}/${P}-0 - -src_compile() { - ./configure \ - --prefix= \ - --installprefix=${D} \ - --mandir=/usr/share/man/ || die "./configure failed" - emake || die -} - -src_install() { - if [ -d "/etc/logrotate.d" ]; then mkdir -p ${D}/etc/logrotate.d; fi - make install || die - - dodir /etc/init.d - cp ${FILESDIR}/dansguardian.init ${D}/etc/init.d/dansguardian - - rm -rf ${D}/etc/rc.d - - einfo "Fixing location of initscript" - sed 's/rc.d\///' ${D}/etc/dansguardian/logrotation > ${D}/etc/dansguardian/logrotation.fixed - mv -f ${D}/etc/dansguardian/logrotation.fixed ${D}/etc/dansguardian/logrotation - - dodoc INSTALL README LICENSE -} diff --git a/net-www/dansguardian/files/digest-dansguardian-2.6.0 b/net-www/dansguardian/files/digest-dansguardian-2.6.0 deleted file mode 100644 index 45fdd3494fc5..000000000000 --- a/net-www/dansguardian/files/digest-dansguardian-2.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 50f74bf1bc1c99686753751471b448d5 DansGuardian-2.6.0-0.source.tar.gz 148067 diff --git a/net-www/dansguardian/files/digest-dansguardian-2.7.2 b/net-www/dansguardian/files/digest-dansguardian-2.7.2 deleted file mode 100644 index 1d8d98c4c13a..000000000000 --- a/net-www/dansguardian/files/digest-dansguardian-2.7.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 1c30675e4bff29b6e0a816ff8a93b9b0 DansGuardian-2.7.2-0.source.tar.gz 164071 diff --git a/net-www/dansguardian/files/digest-dansguardian-2.7.5 b/net-www/dansguardian/files/digest-dansguardian-2.7.5 deleted file mode 100644 index 0c1ae9d157ab..000000000000 --- a/net-www/dansguardian/files/digest-dansguardian-2.7.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 92110af708d3dbc056bc1879dfae9a37 DansGuardian-2.7.5-0.source.tar.gz 175729 |