From 0ebdd5826e814276faddabaa3a3914f932273696 Mon Sep 17 00:00:00 2001 From: Eray Aslan Date: Fri, 21 Dec 2012 13:32:22 +0000 Subject: Remove old (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F) --- net-mail/mpack/ChangeLog | 10 ++++++---- net-mail/mpack/mpack-1.5-r1.ebuild | 34 ---------------------------------- net-mail/mpack/mpack-1.5.ebuild | 24 ------------------------ net-mail/mpack/mpack-1.6-r1.ebuild | 27 --------------------------- net-mail/mpack/mpack-1.6-r2.ebuild | 35 ----------------------------------- net-mail/mpack/mpack-1.6.ebuild | 30 ------------------------------ 6 files changed, 6 insertions(+), 154 deletions(-) delete mode 100644 net-mail/mpack/mpack-1.5-r1.ebuild delete mode 100644 net-mail/mpack/mpack-1.5.ebuild delete mode 100644 net-mail/mpack/mpack-1.6-r1.ebuild delete mode 100644 net-mail/mpack/mpack-1.6-r2.ebuild delete mode 100644 net-mail/mpack/mpack-1.6.ebuild (limited to 'net-mail') diff --git a/net-mail/mpack/ChangeLog b/net-mail/mpack/ChangeLog index df99fdbfb0ae..0ef9c3922dab 100644 --- a/net-mail/mpack/ChangeLog +++ b/net-mail/mpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/mpack # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/ChangeLog,v 1.24 2012/06/08 12:10:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/ChangeLog,v 1.25 2012/12/21 13:32:22 eras Exp $ + + 21 Dec 2012; Eray Aslan -mpack-1.5-r1.ebuild, + -mpack-1.5.ebuild, -mpack-1.6-r1.ebuild, -mpack-1.6-r2.ebuild, + -mpack-1.6.ebuild: + Remove old 08 Jun 2012; Pawel Hajdan jr mpack-1.6-r3.ebuild: x86 stable wrt bug #419287 @@ -95,6 +100,3 @@ 12 Jun 2002; Gabriele Giorgetti ChangeLog : New package. Ebuild author: Robert Coie - - - diff --git a/net-mail/mpack/mpack-1.5-r1.ebuild b/net-mail/mpack/mpack-1.5-r1.ebuild deleted file mode 100644 index 4994729258c0..000000000000 --- a/net-mail/mpack/mpack-1.5-r1.ebuild +++ /dev/null @@ -1,34 +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/mpack/mpack-1.5-r1.ebuild,v 1.14 2012/01/14 18:44:57 armin76 Exp $ - -inherit eutils - -S=${WORKDIR}/${PN} -DESCRIPTION="Command-line MIME encoding and decoding utilities" -HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}-src.tar.Z" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${P}-src.tar.Z - cd ${S} - patch -l -p1 <${FILESDIR}/${P}-r1.patch || die "patch failed" - epatch ${FILESDIR}/${P}-malloc-fix.patch || die "epatch failed" -} - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install () { - dodir /usr - make DESTDIR=${D}/usr install || die - dodoc README.* SCOPTIONS -} diff --git a/net-mail/mpack/mpack-1.5.ebuild b/net-mail/mpack/mpack-1.5.ebuild deleted file mode 100644 index ba1e36d5a057..000000000000 --- a/net-mail/mpack/mpack-1.5.ebuild +++ /dev/null @@ -1,24 +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/mpack/mpack-1.5.ebuild,v 1.13 2012/01/14 18:44:57 armin76 Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="Command-line MIME encoding and decoding utilities" -HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}-src.tar.Z" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86" -IUSE="" - -DEPEND="" - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install () { - dodir /usr - make DESTDIR=${D}/usr install || die -} diff --git a/net-mail/mpack/mpack-1.6-r1.ebuild b/net-mail/mpack/mpack-1.6-r1.ebuild deleted file mode 100644 index 76b73b640a41..000000000000 --- a/net-mail/mpack/mpack-1.6-r1.ebuild +++ /dev/null @@ -1,27 +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/mpack/mpack-1.6-r1.ebuild,v 1.2 2012/01/14 18:44:57 armin76 Exp $ - -EAPI="3" - -inherit eutils - -DESCRIPTION="Command-line MIME encoding and decoding utilities" -HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -src_prepare() { - # NOTE: These two patches replace - epatch "${FILESDIR}"/${P}-compile.patch - epatch "${FILESDIR}"/${P}-paths.patch -} - -src_install () { - make DESTDIR=${D} install || die - dodoc README.* Changes -} diff --git a/net-mail/mpack/mpack-1.6-r2.ebuild b/net-mail/mpack/mpack-1.6-r2.ebuild deleted file mode 100644 index ba89bea3e5f5..000000000000 --- a/net-mail/mpack/mpack-1.6-r2.ebuild +++ /dev/null @@ -1,35 +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/mpack/mpack-1.6-r2.ebuild,v 1.6 2012/01/14 18:44:57 armin76 Exp $ - -EAPI="3" - -AT_M4DIR=cmulocal - -inherit eutils autotools - -DESCRIPTION="Command-line MIME encoding and decoding utilities" -HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="amd64 x86 ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${P}-filenames.patch - epatch "${FILESDIR}"/${P}-usage.patch - - # NOTE: These three patches replace - epatch "${FILESDIR}"/${P}-compile.patch - epatch "${FILESDIR}"/${P}-paths.patch - epatch "${FILESDIR}"/${P}-cve-2011-4919.patch - - eautoreconf -} - -src_install () { - emake DESTDIR="${D}" install || die - dodoc README.* Changes -} diff --git a/net-mail/mpack/mpack-1.6.ebuild b/net-mail/mpack/mpack-1.6.ebuild deleted file mode 100644 index dde2c4da5c75..000000000000 --- a/net-mail/mpack/mpack-1.6.ebuild +++ /dev/null @@ -1,30 +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/mpack/mpack-1.6.ebuild,v 1.4 2012/01/14 18:44:57 armin76 Exp $ - -inherit eutils - -DESCRIPTION="Command-line MIME encoding and decoding utilities" -HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~x86 ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.patch -} - -src_compile() { - econf || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc README.* Changes -} -- cgit v1.2.3-65-gdbad