summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2012-12-21 13:32:22 +0000
committerEray Aslan <eras@gentoo.org>2012-12-21 13:32:22 +0000
commit0ebdd5826e814276faddabaa3a3914f932273696 (patch)
treed44a106b36eb29bfc3c486086942a023c3c146e6 /net-mail
parentRemove obsolete pkg_pretend functions - overrided by eclass one (diff)
downloadgentoo-2-0ebdd5826e814276faddabaa3a3914f932273696.tar.gz
gentoo-2-0ebdd5826e814276faddabaa3a3914f932273696.tar.bz2
gentoo-2-0ebdd5826e814276faddabaa3a3914f932273696.zip
Remove old
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/mpack/ChangeLog10
-rw-r--r--net-mail/mpack/mpack-1.5-r1.ebuild34
-rw-r--r--net-mail/mpack/mpack-1.5.ebuild24
-rw-r--r--net-mail/mpack/mpack-1.6-r1.ebuild27
-rw-r--r--net-mail/mpack/mpack-1.6-r2.ebuild35
-rw-r--r--net-mail/mpack/mpack-1.6.ebuild30
6 files changed, 6 insertions, 154 deletions
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 <eras@gentoo.org> -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 <phajdan.jr@gentoo.org> mpack-1.6-r3.ebuild:
x86 stable wrt bug #419287
@@ -95,6 +100,3 @@
12 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog :
New package. Ebuild author: Robert Coie <rac@intrigue.com>
-
-
-
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 <mpack-1.6-gentoo.patch>
- 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 <mpack-1.6-gentoo.patch>
- 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
-}