summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-12-31 15:16:02 +0100
committerPacho Ramos <pacho@gentoo.org>2016-12-31 15:16:13 +0100
commit7a16304f48603371a9de922a42741420a7329fc9 (patch)
tree19c347d162c8419801091f9c8854195b64d428ad /x11-plugins
parentprofiles: Move media-libs/mlt[vdpau] package.use.mask from base to arch (diff)
downloadgentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.gz
gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.bz2
gentoo-7a16304f48603371a9de922a42741420a7329fc9.zip
Remove masked for removal packages
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/tomboy-reminder/Manifest1
-rw-r--r--x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch11
-rw-r--r--x11-plugins/tomboy-reminder/metadata.xml10
-rw-r--r--x11-plugins/tomboy-reminder/tomboy-reminder-0.9.2.ebuild30
4 files changed, 0 insertions, 52 deletions
diff --git a/x11-plugins/tomboy-reminder/Manifest b/x11-plugins/tomboy-reminder/Manifest
deleted file mode 100644
index 8db3f0f90ac3..000000000000
--- a/x11-plugins/tomboy-reminder/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tomboy-reminder-0.9.2.tar.gz 64357 SHA256 f5100bce6989e7bd0ae2ebe4c79a8d551f0b642b539719fc1a15ed7150a5d2d7 SHA512 8801a23567e852b82930ed9a36bae4b9dc6b95c3e142e0d7b816d10cac5169b1aec84fc2dbdd2cf2b2174c91458aaf82974c50519e3aa309585f2dd20a17a5be WHIRLPOOL 2feccdafe8cc7b9dc365dbfccc485922c31e6a27c5cdbff1b518bebea54f503ad5a3a26ec3ad630546b494102d5cd6d94c1ef8e09d356d5969435993c3579cd8
diff --git a/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch b/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch
deleted file mode 100644
index 6fbf74d7fe9a..000000000000
--- a/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/MagicParser.cs 2007-04-23 17:03:52.000000000 -0500
-+++ src/MagicParser.cs 2007-04-23 17:04:02.000000000 -0500
-@@ -28,7 +28,7 @@
- private MagicDate md = new MagicDate();
- private MagicTime mt = new MagicTime();
-
-- private static string DATE_TIME_SEP = "at|a|à|@";
-+ private static string DATE_TIME_SEP = "at|a|@";
-
- private static Regex[] GENERIC = {
- new Regex("^(?<date>.*)\\W+("+DATE_TIME_SEP+")\\W+(?<time>.*)$", RegexOptions.IgnoreCase | RegexOptions.Compiled),
diff --git a/x11-plugins/tomboy-reminder/metadata.xml b/x11-plugins/tomboy-reminder/metadata.xml
deleted file mode 100644
index 1e4f5c1bda40..000000000000
--- a/x11-plugins/tomboy-reminder/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dotnet@gentoo.org</email>
- <name>Gentoo Dotnet Project</name>
- </maintainer>
- <longdescription lang="en">
- </longdescription>
-</pkgmetadata>
diff --git a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.2.ebuild b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.2.ebuild
deleted file mode 100644
index 5e5cc4e720ab..000000000000
--- a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit base mono
-
-DESCRIPTION="Reminder Plugin for Tomboy"
-HOMEPAGE="http://flukkost.nu/blog/tomboy-reminder/"
-SRC_URI="http://flukkost.nu/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/mono-2.0
- >=app-misc/tomboy-0.12"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9-unicode-regex.patch"
-)
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc README NEWS ChangeLog AUTHORS || die "dodoc failed"
-}