summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-07-14 05:52:36 +0000
committerEray Aslan <eras@gentoo.org>2011-07-14 05:52:36 +0000
commitee63e6c4d97e46a8bf541f9d31eab7287b525263 (patch)
tree5860c050d46d0249d0c4a5c1129ea06d08daff2c /net-mail
parentEncode the git version into crossdev so the log output is useful. (diff)
downloadgentoo-2-ee63e6c4d97e46a8bf541f9d31eab7287b525263.tar.gz
gentoo-2-ee63e6c4d97e46a8bf541f9d31eab7287b525263.tar.bz2
gentoo-2-ee63e6c4d97e46a8bf541f9d31eab7287b525263.zip
remove from the tree - bug #151470
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/gml/ChangeLog7
-rw-r--r--net-mail/gml/gml-0.5.ebuild21
2 files changed, 5 insertions, 23 deletions
diff --git a/net-mail/gml/ChangeLog b/net-mail/gml/ChangeLog
index e5e5c49608b1..63e458bfd151 100644
--- a/net-mail/gml/ChangeLog
+++ b/net-mail/gml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/gml
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gml/ChangeLog,v 1.6 2007/02/12 23:12:12 peper Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gml/ChangeLog,v 1.7 2011/07/14 05:52:36 eras Exp $
+
+ 14 Jul 2011; Eray Aslan <eras@gentoo.org> -gml-0.5.ebuild:
+ remove from the tree - bug #151470
12 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> gml-0.5.ebuild:
Add ~amd64 wrt bug #166372.
diff --git a/net-mail/gml/gml-0.5.ebuild b/net-mail/gml/gml-0.5.ebuild
deleted file mode 100644
index da168bfad3b6..000000000000
--- a/net-mail/gml/gml-0.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gml/gml-0.5.ebuild,v 1.5 2007/02/12 23:12:12 peper Exp $
-
-inherit eutils
-
-DESCRIPTION="Google GMail Loader"
-HOMEPAGE="http://www.marklyon.org/gmail"
-SRC_URI="http://www.marklyon.org/gmail/gmlw.tar"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc x86"
-IUSE=""
-DEPEND="dev-python/pmw"
-S="${WORKDIR}/"
-
-src_install() {
- edos2unix gmlw.py
- dobin gmlw.py || die
- dodoc README COPYING || die
-}