From 003e0bbef9460627c64ee08ce841210550c2ecd2 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Mon, 20 Feb 2006 00:34:35 +0000 Subject: Removed old version, synched to net-mail/ezmlm-idx, stable. Package-Manager: portage-2.1_pre4-r1 --- net-mail/ezmlm-idx-mysql/ChangeLog | 8 ++- .../ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild | 13 +++-- .../ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild | 63 ---------------------- .../files/digest-ezmlm-idx-mysql-0.40 | 2 - net-mail/ezmlm-idx-pgsql/ChangeLog | 8 ++- .../ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild | 13 +++-- .../ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild | 63 ---------------------- .../files/digest-ezmlm-idx-pgsql-0.40 | 2 - 8 files changed, 28 insertions(+), 144 deletions(-) delete mode 100644 net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild delete mode 100644 net-mail/ezmlm-idx-mysql/files/digest-ezmlm-idx-mysql-0.40 delete mode 100644 net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild delete mode 100644 net-mail/ezmlm-idx-pgsql/files/digest-ezmlm-idx-pgsql-0.40 (limited to 'net-mail') diff --git a/net-mail/ezmlm-idx-mysql/ChangeLog b/net-mail/ezmlm-idx-mysql/ChangeLog index ac9d3daf52e0..09e46d3564ac 100644 --- a/net-mail/ezmlm-idx-mysql/ChangeLog +++ b/net-mail/ezmlm-idx-mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/ezmlm-idx-mysql -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-mysql/ChangeLog,v 1.7 2004/06/24 23:21:48 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-mysql/ChangeLog,v 1.8 2006/02/20 00:33:11 hansmi Exp $ + + 20 Feb 2006; Michael Hanselmann + -ezmlm-idx-mysql-0.40.ebuild, ezmlm-idx-mysql-0.40-r2.ebuild: + Removed old version, synched to net-mail/ezmlm-idx, stable. 18 Jun 2004; Michael Sterrett ezmlm-idx-mysql-0.40-r2.ebuild, ezmlm-idx-mysql-0.40.ebuild: diff --git a/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild b/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild index 3482cda1be65..22f8564e575e 100644 --- a/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild +++ b/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild,v 1.9 2004/07/15 01:46:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild,v 1.10 2006/02/20 00:33:11 hansmi Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -13,14 +13,17 @@ EZMLM_P=ezmlm-0.53 S2=${WORKDIR}/${PB}-${PV} S=${WORKDIR}/${EZMLM_P} DESCRIPTION="Simple yet powerful mailing list manager for qmail." -SRC_URI="http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/${PB}-${PV}.tar.gz http://cr.yp.to/software/${EZMLM_P}.tar.gz" +SRC_URI=" + http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/${PB}-${PV}.tar.gz + http://cr.yp.to/software/${EZMLM_P}.tar.gz +" HOMEPAGE="http://www.ezmlm.org" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~alpha ~hppa ~amd64 ~ppc ~mips ~sparc" +KEYWORDS="alpha amd64 hppa mips ppc sparc x86" IUSE="" DEPEND="sys-apps/grep sys-apps/groff" -RDEPEND="mail-mta/qmail" +RDEPEND="virtual/qmail" if [ "$PN" = "${PB}-pgsql" ] then diff --git a/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild b/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild deleted file mode 100644 index 17421ee0bfca..000000000000 --- a/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild,v 1.8 2004/07/15 01:46:15 agriffis Exp $ - -# NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild -# (Please keep them in sync) - -PB=ezmlm-idx -S2=${WORKDIR}/${PB}-${PV} -S=${WORKDIR}/ezmlm-0.53 -DESCRIPTION="Simple yet powerful mailing list manager for qmail." -SRC_URI="http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/${PB}-${PV}.tar.gz http://cr.yp.to/software/ezmlm-0.53.tar.gz" -HOMEPAGE="http://www.ezmlm.org" -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86" -IUSE="" -DEPEND="sys-apps/grep sys-apps/groff" -RDEPEND="mail-mta/qmail" - -if [ "$PN" = "${PB}-pgsql" ] -then - DEPEND="$DEPEND dev-db/postgresql" - RDEPEND="$RDEPEND dev-db/postgresql" -elif [ "$PN" = "${PB}-mysql" ] -then - DEPEND="$DEPEND dev-db/mysql" - RDEPEND="$RDEPEND dev-db/mysql" -fi - -src_unpack() { - unpack ${A} - cd ${S2} - mv ${S2}/* ${S} || die - cd ${S} - patch < idx.patch || die - #remove cat-man pages - cp MAN MAN.orig - cat MAN.orig | grep -v cat > MAN -} - -src_compile() { - cd ${S} - echo "/usr/bin" > conf-bin - echo "/usr/share/man" > conf-man - echo "gcc ${CFLAGS}" > conf-cc - echo "gcc" > conf-ld - if [ "$PN" = "${PB}-pgsql" ] - then - make pgsql - elif [ "$PN" = "${PB}-mysql" ] - then - make mysql - fi - emake || die -} - -src_install () { - install -d ${D}/usr/bin ${D}/usr/share/man - echo "${D}/usr/bin" > conf-bin - echo "${D}/usr/share/man" > conf-man - make setup || die -} diff --git a/net-mail/ezmlm-idx-mysql/files/digest-ezmlm-idx-mysql-0.40 b/net-mail/ezmlm-idx-mysql/files/digest-ezmlm-idx-mysql-0.40 deleted file mode 100644 index 20d368cc7fec..000000000000 --- a/net-mail/ezmlm-idx-mysql/files/digest-ezmlm-idx-mysql-0.40 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c6137114060cff19301a956e73d46fc0 ezmlm-idx-0.40.tar.gz 553974 -MD5 108c632caaa8cdbfd3041e6c449191b2 ezmlm-0.53.tar.gz 62693 diff --git a/net-mail/ezmlm-idx-pgsql/ChangeLog b/net-mail/ezmlm-idx-pgsql/ChangeLog index 0a7b2b3a6fb4..c111cc3b4099 100644 --- a/net-mail/ezmlm-idx-pgsql/ChangeLog +++ b/net-mail/ezmlm-idx-pgsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/ezmlm-idx-pgsql -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ChangeLog,v 1.7 2004/06/24 23:21:59 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ChangeLog,v 1.8 2006/02/20 00:34:35 hansmi Exp $ + + 20 Feb 2006; Michael Hanselmann + -ezmlm-idx-pgsql-0.40.ebuild, ezmlm-idx-pgsql-0.40-r2.ebuild: + Removed old version, synched to net-mail/ezmlm-idx, stable. 18 Jun 2004; Michael Sterrett ezmlm-idx-pgsql-0.40-r2.ebuild, ezmlm-idx-pgsql-0.40.ebuild: diff --git a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild index 0c4b36a47cf1..b05d1d4237d8 100644 --- a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild +++ b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.9 2004/07/15 01:46:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.10 2006/02/20 00:34:35 hansmi Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -13,14 +13,17 @@ EZMLM_P=ezmlm-0.53 S2=${WORKDIR}/${PB}-${PV} S=${WORKDIR}/${EZMLM_P} DESCRIPTION="Simple yet powerful mailing list manager for qmail." -SRC_URI="http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/${PB}-${PV}.tar.gz http://cr.yp.to/software/${EZMLM_P}.tar.gz" +SRC_URI=" + http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/${PB}-${PV}.tar.gz + http://cr.yp.to/software/${EZMLM_P}.tar.gz +" HOMEPAGE="http://www.ezmlm.org" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~alpha ~hppa ~amd64 ~ppc ~mips ~sparc" +KEYWORDS="alpha amd64 hppa mips ppc sparc x86" IUSE="" DEPEND="sys-apps/grep sys-apps/groff" -RDEPEND="mail-mta/qmail" +RDEPEND="virtual/qmail" if [ "$PN" = "${PB}-pgsql" ] then diff --git a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild deleted file mode 100644 index 629d75e2a8f5..000000000000 --- a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild,v 1.8 2004/07/15 01:46:38 agriffis Exp $ - -# NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild -# (Please keep them in sync) - -PB=ezmlm-idx -S2=${WORKDIR}/${PB}-${PV} -S=${WORKDIR}/ezmlm-0.53 -DESCRIPTION="Simple yet powerful mailing list manager for qmail." -SRC_URI="http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/${PB}-${PV}.tar.gz http://cr.yp.to/software/ezmlm-0.53.tar.gz" -HOMEPAGE="http://www.ezmlm.org" -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86" -IUSE="" -DEPEND="sys-apps/grep sys-apps/groff" -RDEPEND="mail-mta/qmail" - -if [ "$PN" = "${PB}-pgsql" ] -then - DEPEND="$DEPEND dev-db/postgresql" - RDEPEND="$RDEPEND dev-db/postgresql" -elif [ "$PN" = "${PB}-mysql" ] -then - DEPEND="$DEPEND dev-db/mysql" - RDEPEND="$RDEPEND dev-db/mysql" -fi - -src_unpack() { - unpack ${A} - cd ${S2} - mv ${S2}/* ${S} || die - cd ${S} - patch < idx.patch || die - #remove cat-man pages - cp MAN MAN.orig - cat MAN.orig | grep -v cat > MAN -} - -src_compile() { - cd ${S} - echo "/usr/bin" > conf-bin - echo "/usr/share/man" > conf-man - echo "gcc ${CFLAGS}" > conf-cc - echo "gcc" > conf-ld - if [ "$PN" = "${PB}-pgsql" ] - then - make pgsql - elif [ "$PN" = "${PB}-mysql" ] - then - make mysql - fi - emake || die -} - -src_install () { - install -d ${D}/usr/bin ${D}/usr/share/man - echo "${D}/usr/bin" > conf-bin - echo "${D}/usr/share/man" > conf-man - make setup || die -} diff --git a/net-mail/ezmlm-idx-pgsql/files/digest-ezmlm-idx-pgsql-0.40 b/net-mail/ezmlm-idx-pgsql/files/digest-ezmlm-idx-pgsql-0.40 deleted file mode 100644 index 20d368cc7fec..000000000000 --- a/net-mail/ezmlm-idx-pgsql/files/digest-ezmlm-idx-pgsql-0.40 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c6137114060cff19301a956e73d46fc0 ezmlm-idx-0.40.tar.gz 553974 -MD5 108c632caaa8cdbfd3041e6c449191b2 ezmlm-0.53.tar.gz 62693 -- cgit v1.2.3-65-gdbad