diff options
author | Eray Aslan <eras@gentoo.org> | 2012-08-06 18:08:48 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2012-08-06 18:08:48 +0000 |
commit | 5fbfb07100fa7a0731ff1171fd684f8d83d66490 (patch) | |
tree | d88fcef876a6087c109899c9eae755e19d2aab4b /net-mail | |
parent | Initial import. New dependency of dev-ruby/gettext_i18n_rails. (diff) | |
download | gentoo-2-5fbfb07100fa7a0731ff1171fd684f8d83d66490.tar.gz gentoo-2-5fbfb07100fa7a0731ff1171fd684f8d83d66490.tar.bz2 gentoo-2-5fbfb07100fa7a0731ff1171fd684f8d83d66490.zip |
Remove old
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
4 files changed, 5 insertions, 193 deletions
diff --git a/net-mail/cyrus-imap-admin/ChangeLog b/net-mail/cyrus-imap-admin/ChangeLog index e1181cb84c6f..7db28beac9a6 100644 --- a/net-mail/cyrus-imap-admin/ChangeLog +++ b/net-mail/cyrus-imap-admin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/cyrus-imap-admin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/ChangeLog,v 1.121 2012/08/05 18:15:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/ChangeLog,v 1.122 2012/08/06 18:08:48 eras Exp $ + + 06 Aug 2012; Eray Aslan <eras@gentoo.org> -cyrus-imap-admin-2.4.12.ebuild, + -cyrus-imap-admin-2.4.13.ebuild, -cyrus-imap-admin-2.4.14.ebuild: + Remove old 05 Aug 2012; Raúl Porcel <armin76@gentoo.org> cyrus-imap-admin-2.4.16.ebuild: diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.12.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.12.ebuild deleted file mode 100644 index 2fbf2c6666ff..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.12.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.12.ebuild,v 1.7 2012/03/02 21:18:29 ranger Exp $ - -EAPI=4 - -inherit eutils perl-app db-use - -MY_PV=${PV/_/} - -DESCRIPTION="Utilities and Perl modules to administer a Cyrus IMAP server." -HOMEPAGE="http://www.cyrusimap.org/" -SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86" -IUSE="berkdb kerberos ssl" - -RDEPEND=">=dev-lang/perl-5.6.1 - >=dev-libs/cyrus-sasl-2.1.13 - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - berkdb? ( >=sys-libs/db-3.2 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( virtual/krb5 )" - -DEPEND="$RDEPEND" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.4.10-ldflags.patch" -} - -src_configure() { - local myconf - if use berkdb ; then - myconf="--with-bdb-incdir=$(db_includedir)" - fi - econf \ - --disable-server \ - --enable-murder \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --with-perl=/usr/bin/perl \ - --without-krb \ - --without-krbdes \ - $(use_with berkdb bdb) \ - $(use_enable kerberos gssapi) \ - $(use_with ssl openssl) \ - ${myconf} -} - -src_compile() { - emake -C "${S}/lib" all - emake -C "${S}/perl" all -} - -src_install () { - emake -C "${S}/perl" DESTDIR="${D}" INSTALLDIRS=vendor install - fixlocalpod # bug #98122 -} diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.13.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.13.ebuild deleted file mode 100644 index cc37d59f2882..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.13.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.13.ebuild,v 1.1 2012/01/04 08:26:53 eras Exp $ - -EAPI=4 - -inherit eutils perl-app db-use - -MY_PV=${PV/_/} - -DESCRIPTION="Utilities and Perl modules to administer a Cyrus IMAP server." -HOMEPAGE="http://www.cyrusimap.org/" -SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="berkdb kerberos ssl" - -RDEPEND=">=dev-lang/perl-5.6.1 - >=dev-libs/cyrus-sasl-2.1.13 - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - berkdb? ( >=sys-libs/db-3.2 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( virtual/krb5 )" - -DEPEND="$RDEPEND" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.4.10-ldflags.patch" -} - -src_configure() { - local myconf - if use berkdb ; then - myconf="--with-bdb-incdir=$(db_includedir)" - fi - econf \ - --disable-server \ - --enable-murder \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --with-perl=/usr/bin/perl \ - --without-krb \ - --without-krbdes \ - $(use_with berkdb bdb) \ - $(use_enable kerberos gssapi) \ - $(use_with ssl openssl) \ - ${myconf} -} - -src_compile() { - emake -C "${S}/lib" all - emake -C "${S}/perl" all -} - -src_install () { - emake -C "${S}/perl" DESTDIR="${D}" INSTALLDIRS=vendor install - fixlocalpod # bug #98122 -} diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.14.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.14.ebuild deleted file mode 100644 index d074ebb18d30..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.14.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.4.14.ebuild,v 1.1 2012/03/12 15:04:47 eras Exp $ - -EAPI=4 - -inherit eutils perl-app db-use - -MY_PV=${PV/_/} - -DESCRIPTION="Utilities and Perl modules to administer a Cyrus IMAP server." -HOMEPAGE="http://www.cyrusimap.org/" -SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="berkdb kerberos ssl" - -RDEPEND=">=dev-lang/perl-5.6.1 - >=dev-libs/cyrus-sasl-2.1.13 - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - berkdb? ( >=sys-libs/db-3.2 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( virtual/krb5 )" - -DEPEND="$RDEPEND" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.4.10-ldflags.patch" -} - -src_configure() { - local myconf - if use berkdb ; then - myconf="--with-bdb-incdir=$(db_includedir)" - fi - econf \ - --disable-server \ - --enable-murder \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --with-perl=/usr/bin/perl \ - --without-krb \ - --without-krbdes \ - $(use_with berkdb bdb) \ - $(use_enable kerberos gssapi) \ - $(use_with ssl openssl) \ - ${myconf} -} - -src_compile() { - emake -C "${S}/lib" all - emake -C "${S}/perl" all -} - -src_install () { - emake -C "${S}/perl" DESTDIR="${D}" INSTALLDIRS=vendor install - fixlocalpod # bug #98122 -} |