diff options
author | Akinori Hattori <hattya@gentoo.org> | 2012-12-03 12:25:35 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2012-12-03 12:25:35 +0000 |
commit | 5686b601f92e2729167d31be4d2467b446cf9f3b (patch) | |
tree | 6364fdeb79693318d6201ef3cab695ee22ec5d2a /mail-client/sylpheed | |
parent | new upstream release (diff) | |
download | gentoo-2-5686b601f92e2729167d31be4d2467b446cf9f3b.tar.gz gentoo-2-5686b601f92e2729167d31be4d2467b446cf9f3b.tar.bz2 gentoo-2-5686b601f92e2729167d31be4d2467b446cf9f3b.zip |
remove old ebuilds
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/sylpheed/files/sylpheed-r3033.diff | 23 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-3.1.2.ebuild | 59 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-3.1.4.ebuild | 59 |
4 files changed, 5 insertions, 142 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index af1368146ed2..d1b32acef9f6 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.320 2012/12/03 12:13:41 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.321 2012/12/03 12:25:35 hattya Exp $ + + 03 Dec 2012; Akinori Hattori <hattya@gentoo.org> -files/sylpheed-r3033.diff, + -sylpheed-3.1.2.ebuild, -sylpheed-3.1.4.ebuild: + remove old ebuilds *sylpheed-3.3.0 (03 Dec 2012) diff --git a/mail-client/sylpheed/files/sylpheed-r3033.diff b/mail-client/sylpheed/files/sylpheed-r3033.diff deleted file mode 100644 index 1d84628fe563..000000000000 --- a/mail-client/sylpheed/files/sylpheed-r3033.diff +++ /dev/null @@ -1,23 +0,0 @@ ------------------------------------------------------------------------- -r3033 | hiro | 2012-03-26 16:36:06 +0900 (Mon, 26 Mar 2012) | 1 line - -removed direct inclusion of <glibconfig.h> and <glib/gwin32.h> (fixes Bug #53). ------------------------------------------------------------------------- -Index: libsylph/defs.h -=================================================================== ---- libsylph/defs.h (revision 3032) -+++ libsylph/defs.h (revision 3033) -@@ -24,12 +24,8 @@ - # include "config.h" - #endif - --#include <glibconfig.h> -+#include <glib.h> - --#ifdef G_OS_WIN32 --# include <glib/gwin32.h> --#endif -- - #if HAVE_PATHS_H - # include <paths.h> - #endif diff --git a/mail-client/sylpheed/sylpheed-3.1.2.ebuild b/mail-client/sylpheed/sylpheed-3.1.2.ebuild deleted file mode 100644 index a8342a14a2d0..000000000000 --- a/mail-client/sylpheed/sylpheed-3.1.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.2.ebuild,v 1.8 2012/05/26 08:19:00 hattya Exp $ - -EAPI="4" - -inherit eutils - -DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.sraoss.jp/" -SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface" - -CDEPEND="x11-libs/gtk+:2 - nls? ( sys-devel/gettext ) - crypt? ( app-crypt/gpgme ) - ldap? ( net-nds/openldap ) - oniguruma? ( dev-libs/oniguruma ) - pda? ( app-pda/jpilot ) - spell? ( app-text/gtkspell:2 ) - ssl? ( dev-libs/openssl )" -RDEPEND="${CDEPEND} - app-misc/mime-types - net-misc/curl" -DEPEND="${CDEPEND} - virtual/pkgconfig - xface? ( media-libs/compface )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-r3033.diff -} - -src_configure() { - local htmldir=/usr/share/doc/${PF}/html - econf \ - $(use_enable crypt gpgme) \ - $(use_enable ipv6) \ - $(use_enable ldap) \ - $(use_enable oniguruma) \ - $(use_enable pda jpilot) \ - $(use_enable spell gtkspell) \ - $(use_enable ssl) \ - $(use_enable xface compface) \ - --with-manualdir=${htmldir}/manual \ - --with-faqdir=${htmldir}/faq \ - --disable-updatecheck -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog* NEWS* README* TODO* - - doicon *.png - domenu *.desktop -} diff --git a/mail-client/sylpheed/sylpheed-3.1.4.ebuild b/mail-client/sylpheed/sylpheed-3.1.4.ebuild deleted file mode 100644 index 6694769a5d14..000000000000 --- a/mail-client/sylpheed/sylpheed-3.1.4.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.4.ebuild,v 1.9 2012/08/19 15:55:09 armin76 Exp $ - -EAPI="4" - -inherit eutils - -DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.sraoss.jp/" -SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface" - -CDEPEND="x11-libs/gtk+:2 - nls? ( sys-devel/gettext ) - crypt? ( app-crypt/gpgme ) - ldap? ( net-nds/openldap ) - oniguruma? ( dev-libs/oniguruma ) - pda? ( app-pda/jpilot ) - spell? ( app-text/gtkspell:2 ) - ssl? ( dev-libs/openssl )" -RDEPEND="${CDEPEND} - app-misc/mime-types - net-misc/curl" -DEPEND="${CDEPEND} - virtual/pkgconfig - xface? ( media-libs/compface )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-r3033.diff -} - -src_configure() { - local htmldir=/usr/share/doc/${PF}/html - econf \ - $(use_enable crypt gpgme) \ - $(use_enable ipv6) \ - $(use_enable ldap) \ - $(use_enable oniguruma) \ - $(use_enable pda jpilot) \ - $(use_enable spell gtkspell) \ - $(use_enable ssl) \ - $(use_enable xface compface) \ - --with-manualdir=${htmldir}/manual \ - --with-faqdir=${htmldir}/faq \ - --disable-updatecheck -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog* NEWS* README* TODO* - - doicon *.png - domenu *.desktop -} |