summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-21 11:39:32 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-21 11:39:32 +0000
commit178c10a0fa500827453d11e73a82a863098aa9ec (patch)
tree0eff7eea147bdcca8ade27bd7552e05a22dfbf2f /x11-plugins
parentalpha/ia64/sparc/x86 stable (diff)
downloadgentoo-2-178c10a0fa500827453d11e73a82a863098aa9ec.tar.gz
gentoo-2-178c10a0fa500827453d11e73a82a863098aa9ec.tar.bz2
gentoo-2-178c10a0fa500827453d11e73a82a863098aa9ec.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/replytolist/ChangeLog5
-rw-r--r--x11-plugins/replytolist/files/digest-replytolist-0.2.03
-rw-r--r--x11-plugins/replytolist/replytolist-0.2.0.ebuild30
3 files changed, 4 insertions, 34 deletions
diff --git a/x11-plugins/replytolist/ChangeLog b/x11-plugins/replytolist/ChangeLog
index c026ae5c1b89..c8fc0e5b396c 100644
--- a/x11-plugins/replytolist/ChangeLog
+++ b/x11-plugins/replytolist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/replytolist
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/replytolist/ChangeLog,v 1.19 2008/01/20 20:26:17 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/replytolist/ChangeLog,v 1.20 2008/01/21 11:39:31 armin76 Exp $
+
+ 21 Jan 2008; Raúl Porcel <armin76@gentoo.org> -replytolist-0.2.0.ebuild:
+ old
20 Jan 2008; Richard Freeman <rich0@gentoo.org> replytolist-0.2.1.ebuild:
amd64 stable - bug 206631
diff --git a/x11-plugins/replytolist/files/digest-replytolist-0.2.0 b/x11-plugins/replytolist/files/digest-replytolist-0.2.0
deleted file mode 100644
index 2ea4da6ef382..000000000000
--- a/x11-plugins/replytolist/files/digest-replytolist-0.2.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8051ee1c4139dc1e38e9410b2dea7caf replytolist-0.2.0.xpi 9697
-RMD160 b6a515c14a7625c2b234807cdde6faa4c53d25bb replytolist-0.2.0.xpi 9697
-SHA256 a5851d7c6b7edfda864bcf687363ceeb9dccacc2ba90c0b4630f4d1312618087 replytolist-0.2.0.xpi 9697
diff --git a/x11-plugins/replytolist/replytolist-0.2.0.ebuild b/x11-plugins/replytolist/replytolist-0.2.0.ebuild
deleted file mode 100644
index bd2b846d5632..000000000000
--- a/x11-plugins/replytolist/replytolist-0.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/replytolist/replytolist-0.2.0.ebuild,v 1.15 2007/12/11 17:45:32 armin76 Exp $
-
-inherit mozextension multilib
-
-DESCRIPTION="Thunderbird extension to reply to mailing list"
-HOMEPAGE="http://alumnit.ca/wiki/index.php?page=ReplyToListThunderbirdExtension"
-SRC_URI="http://alumnit.ca/wiki/attachments/${P}.xpi"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-RDEPEND=">=mail-client/mozilla-thunderbird-2.0_alpha1
- >=x11-plugins/enigmail-0.94.1-r1"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_unpack() {
- xpi_unpack ${P}.xpi
-}
-
-src_install() {
- declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-thunderbird"
-
- xpi_install "${S}"/${P}
-}