diff options
-rw-r--r-- | x11-plugins/replytolist/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/replytolist/files/digest-replytolist-0.2.0 | 3 | ||||
-rw-r--r-- | x11-plugins/replytolist/replytolist-0.2.0.ebuild | 30 |
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} -} |