summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Bainbridge <chrb@gentoo.org>2004-10-28 19:37:27 +0000
committerChris Bainbridge <chrb@gentoo.org>2004-10-28 19:37:27 +0000
commit6ddc7a120dfc544562e6a2de24dc3dba5e3ace12 (patch)
tree1d2618681069f2f5b3cb5a246ea0c11144585053 /net-mail/gml
parentRemove xprint from make.defaults. X builds libXp by default even with USE=-xp... (diff)
downloadgentoo-2-6ddc7a120dfc544562e6a2de24dc3dba5e3ace12.tar.gz
gentoo-2-6ddc7a120dfc544562e6a2de24dc3dba5e3ace12.tar.bz2
gentoo-2-6ddc7a120dfc544562e6a2de24dc3dba5e3ace12.zip
new package
Diffstat (limited to 'net-mail/gml')
-rw-r--r--net-mail/gml/ChangeLog10
-rw-r--r--net-mail/gml/Manifest2
-rw-r--r--net-mail/gml/gml-0.5.ebuild26
-rw-r--r--net-mail/gml/metadata.xml8
4 files changed, 46 insertions, 0 deletions
diff --git a/net-mail/gml/ChangeLog b/net-mail/gml/ChangeLog
new file mode 100644
index 000000000000..44f3b2bd1493
--- /dev/null
+++ b/net-mail/gml/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-mail/gml
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gml/ChangeLog,v 1.1 2004/10/28 19:37:27 chrb Exp $
+
+*gml-0.5 (28 Oct 2004)
+
+ 28 Oct 2004; Chris Bainbridge <chrb@gentoo.org> +metadata.xml,
+ +gml-0.5.ebuild:
+ new package
+
diff --git a/net-mail/gml/Manifest b/net-mail/gml/Manifest
new file mode 100644
index 000000000000..24b7576a74b4
--- /dev/null
+++ b/net-mail/gml/Manifest
@@ -0,0 +1,2 @@
+MD5 361be28c6a9f4ec75aad759fd203fe9b gml-0.5.ebuild 433
+MD5 f8db8c342425951bc7eaba6157dd5653 files/digest-gml-0.5 53
diff --git a/net-mail/gml/gml-0.5.ebuild b/net-mail/gml/gml-0.5.ebuild
new file mode 100644
index 000000000000..d93754cb476d
--- /dev/null
+++ b/net-mail/gml/gml-0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 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.1 2004/10/28 19:37:27 chrb 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="~x86"
+IUSE=""
+DEPEND="dev-python/pmw
+ app-text/dos2unix"
+S=${WORKDIR}/
+
+src_unpack() {
+ unpack ${A}
+ dos2unix -o ${S}/gmlw.py
+}
+
+src_install() {
+ dobin ${S}/gmlw.py || die
+ dodoc ${S}/README ${S}/COPYING || die
+}
diff --git a/net-mail/gml/metadata.xml b/net-mail/gml/metadata.xml
new file mode 100644
index 000000000000..3d2211ad0c35
--- /dev/null
+++ b/net-mail/gml/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>net-mail</herd>
+ <longdescription>
+ Google GMail Loader (GML) - Import your existing email into GMail.
+ </longdescription>
+</pkgmetadata>