summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDion Moult (Moult) <dion@thinkmoult.com>2009-05-23 03:15:11 +0000
committerDion Moult (Moult) <dion@thinkmoult.com>2009-05-23 03:15:11 +0000
commit44f4dd6051029a73ff3f8cbd8358b56ee1f01bb2 (patch)
treea9fd6e4973ad0ef2d6155807f449290f28bcbcab /app-misc
parentdev-perl/WebService-RTMAgent: New Ebuild for bug 270668 thanks to Dion Moult (diff)
downloadsunrise-44f4dd6051029a73ff3f8cbd8358b56ee1f01bb2.tar.gz
sunrise-44f4dd6051029a73ff3f8cbd8358b56ee1f01bb2.tar.bz2
sunrise-44f4dd6051029a73ff3f8cbd8358b56ee1f01bb2.zip
app-misc/rtm: New Ebuild for bug 270661 thanks to Dion Moult
svn path=/sunrise/; revision=8585
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/rtm/ChangeLog8
-rw-r--r--app-misc/rtm/Manifest4
-rw-r--r--app-misc/rtm/metadata.xml5
-rw-r--r--app-misc/rtm/rtm-0.5.ebuild25
4 files changed, 42 insertions, 0 deletions
diff --git a/app-misc/rtm/ChangeLog b/app-misc/rtm/ChangeLog
new file mode 100644
index 000000000..880f4c818
--- /dev/null
+++ b/app-misc/rtm/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-misc/rtm
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 23 May 2009; Dion Moult (Moult) <dion@thinkmoult.com> +rtm-0.5.ebuild,
+ +metadata.xml:
+ New Ebuild for bug 270661 thanks to Dion Moult
+
diff --git a/app-misc/rtm/Manifest b/app-misc/rtm/Manifest
new file mode 100644
index 000000000..6be87eb63
--- /dev/null
+++ b/app-misc/rtm/Manifest
@@ -0,0 +1,4 @@
+DIST rtm-0.5.gz 4212 RMD160 8efd6e9fc4cee375b4b208b6a1e8dd302b3c1e7a SHA1 7edc6fdcea71f05881f4e2871b2efca11088a2e5 SHA256 47e580bd8fa05e547e520b1b71ad6e0fec03f294db649a862c0580a52f8302d0
+EBUILD rtm-0.5.ebuild 633 RMD160 2f38f1bcbbfc303f654002c77367e2c275860213 SHA1 22db0d2c467322239e9e0724b8b7a744281bfd57 SHA256 444b9b4f9f4127acee0664a24451c910a4a07e3742ae83e08c10cf9b2c1c570e
+MISC ChangeLog 253 RMD160 7a485e830ef8a1ef2d16627435ac11cdf058226f SHA1 545a50fabdd654e4ff9c1116587b5c010955eca7 SHA256 5aa98fbf3a9e0395451f609ebe34fb4735bff8431a3b1288cf313d0a13a38180
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-misc/rtm/metadata.xml b/app-misc/rtm/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/app-misc/rtm/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/app-misc/rtm/rtm-0.5.ebuild b/app-misc/rtm/rtm-0.5.ebuild
new file mode 100644
index 000000000..50aaaccb9
--- /dev/null
+++ b/app-misc/rtm/rtm-0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Command line tool to interface with RememberTheMilk"
+HOMEPAGE="http://www.rutschle.net/rtm/"
+SRC_URI="http://www.rutschle.net/${PN}/${P}.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-lang/perl
+ dev-perl/DateManip
+ >=dev-perl/WebService-RTMAgent-0.5"
+
+src_install() {
+ newbin ${P} ${PN} || die "newbin failed"
+}
+
+pkg_postinst() {
+ elog "You will need to run ${PN} --authorise before running ${PN} for the first"
+ elog "time. Visit the URL it gives you and follow the steps"
+}