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/gml-0.5.ebuild
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/gml-0.5.ebuild')
-rw-r--r--net-mail/gml/gml-0.5.ebuild26
1 files changed, 26 insertions, 0 deletions
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
+}