summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2014-12-14 11:23:47 +0100
committerThomas Sachau <tommy@gentoo.org>2014-12-14 11:23:47 +0100
commit38eb20e2ba40757c4fcf66477da3bcb7f783e0bf (patch)
treefedc2b9a1a329035d89e0ed2d075c091cfda3d25
parentRemove app-misc/pycarddav because of missing dependencies virtual/python-argp... (diff)
downloadsunrise-38eb20e2ba40757c4fcf66477da3bcb7f783e0bf.tar.gz
sunrise-38eb20e2ba40757c4fcf66477da3bcb7f783e0bf.tar.bz2
sunrise-38eb20e2ba40757c4fcf66477da3bcb7f783e0bf.zip
Remove app-misc/rtm because of missing dependency dev-perl/WebService-RTMAgent
-rw-r--r--app-misc/rtm/ChangeLog11
-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, 0 insertions, 45 deletions
diff --git a/app-misc/rtm/ChangeLog b/app-misc/rtm/ChangeLog
deleted file mode 100644
index dd9558de4..000000000
--- a/app-misc/rtm/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for app-misc/rtm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 31 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net> rtm-0.5.ebuild:
- ~x86 added
-
- 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
deleted file mode 100644
index 3eab44692..000000000
--- a/app-misc/rtm/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST rtm-0.5.gz 4212 RMD160 8efd6e9fc4cee375b4b208b6a1e8dd302b3c1e7a SHA1 7edc6fdcea71f05881f4e2871b2efca11088a2e5 SHA256 47e580bd8fa05e547e520b1b71ad6e0fec03f294db649a862c0580a52f8302d0
-EBUILD rtm-0.5.ebuild 638 RMD160 acdcf18c86edc7aa3ea3dc28173a8e83b58c0558 SHA1 44689ca7dd99464a0c5c5e78ae768b0ecb1e9ef3 SHA256 e3bc868e2e548b38708f887b1fc8d102d8ab0fcfac8e688965dd502367cd439d
-MISC ChangeLog 340 RMD160 8267689a5bc19e9397eb22b55c20854fb8156875 SHA1 9dd08e46b7f3c181b184a785eeaaac019832be32 SHA256 cc67b3d2147f5152b0a1f024da86c857304da531f1743f667984fea007a1587b
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/app-misc/rtm/metadata.xml b/app-misc/rtm/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/app-misc/rtm/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/app-misc/rtm/rtm-0.5.ebuild b/app-misc/rtm/rtm-0.5.ebuild
deleted file mode 100644
index 5ab1f5dfc..000000000
--- a/app-misc/rtm/rtm-0.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 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 ~x86"
-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"
-}