diff options
author | Marius Mauch <genone@gentoo.org> | 2005-11-13 11:22:55 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-11-13 11:22:55 +0000 |
commit | ded5fa691e8aab7b81f71708b0c4b3e472216419 (patch) | |
tree | 79049938e442f69847a4284d1651db9e0d357ea6 /mail-client | |
parent | arts USE flag added- bug #112147. remove older version (diff) | |
download | gentoo-2-ded5fa691e8aab7b81f71708b0c4b3e472216419.tar.gz gentoo-2-ded5fa691e8aab7b81f71708b0c4b3e472216419.tar.bz2 gentoo-2-ded5fa691e8aab7b81f71708b0c4b3e472216419.zip |
kill as no SC version in the tree supports it anymore
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'mail-client')
3 files changed, 6 insertions, 42 deletions
diff --git a/mail-client/sylpheed-claws-pgpinline/ChangeLog b/mail-client/sylpheed-claws-pgpinline/ChangeLog index 2d26dd99dbe5..c0d74437a9d9 100644 --- a/mail-client/sylpheed-claws-pgpinline/ChangeLog +++ b/mail-client/sylpheed-claws-pgpinline/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-pgpinline # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.19 2005/08/23 14:34:27 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.20 2005/11/13 11:22:55 genone Exp $ - 23 Aug 2005; <genone@gentoo.org> sylpheed-claws-pgpinline-0.5.ebuild, + 13 Nov 2005; Marius Mauch <genone@gentoo.org> + -sylpheed-claws-pgpinline-0.5-r1.ebuild: + Remove ebuild as it's incompatible with all SC versions present in the tree. + + 23 Aug 2005; Marius Mauch <genone@gentoo.org> sylpheed-claws-pgpinline-0.5.ebuild, sylpheed-claws-pgpinline-0.5-r1.ebuild: Fix dependencies to match current sylpheed-claws versions. diff --git a/mail-client/sylpheed-claws-pgpinline/files/digest-sylpheed-claws-pgpinline-0.5-r1 b/mail-client/sylpheed-claws-pgpinline/files/digest-sylpheed-claws-pgpinline-0.5-r1 deleted file mode 100644 index 9e745636c6d4..000000000000 --- a/mail-client/sylpheed-claws-pgpinline/files/digest-sylpheed-claws-pgpinline-0.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a4af92e5f300c8a7d7a512a1a3719304 sylpheed-claws-gtk2-pgpinline-0.5.tar.gz 354760 diff --git a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild deleted file mode 100644 index 5be9db60555e..000000000000 --- a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild,v 1.7 2005/10/22 13:17:17 genone Exp $ - -inherit eutils - -MY_P="${P##sylpheed-claws-}" - -DESCRIPTION="Plugin for sylpheed-claws to support mails with inline pgp signatures" -HOMEPAGE="http://claws.sylpheed.org" -SRC_URI="http://colin.pclinux.fr/${PN%%-pgpinline}-gtk2-${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" -IUSE="" -DEPEND=">=mail-client/sylpheed-claws-1.9.12 - =app-crypt/gpgme-0.3.14-r1 - !>=mail-client/sylpheed-claws-1.9.13" # included in main package - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/glib2-buildfix.patch -} - -src_compile() { - export GPGME_CONFIG=${ROOT}/usr/bin/gpgme3-config - - econf || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -} |