diff options
author | Andrej Kacian <ticho@gentoo.org> | 2008-02-13 21:05:49 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2008-02-13 21:05:49 +0000 |
commit | d18b29b27c3107fc0bef7a934af6de2d06f90438 (patch) | |
tree | 3e11e439d6497bc653bcb7a04be8c195fc394909 /mail-client/claws-mail-rssyl | |
parent | Depend on pkgconfig (bug #205864). (diff) | |
download | historical-d18b29b27c3107fc0bef7a934af6de2d06f90438.tar.gz historical-d18b29b27c3107fc0bef7a934af6de2d06f90438.tar.bz2 historical-d18b29b27c3107fc0bef7a934af6de2d06f90438.zip |
Version bump. Depend on pkgconfig (bug #205864).
Package-Manager: portage-2.1.4.3
Diffstat (limited to 'mail-client/claws-mail-rssyl')
5 files changed, 57 insertions, 14 deletions
diff --git a/mail-client/claws-mail-rssyl/ChangeLog b/mail-client/claws-mail-rssyl/ChangeLog index 95648b24dee0..905d996a7852 100644 --- a/mail-client/claws-mail-rssyl/ChangeLog +++ b/mail-client/claws-mail-rssyl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-client/claws-mail-rssyl -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.21 2007/12/28 11:55:48 ticho Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.22 2008/02/13 21:03:01 ticho Exp $ + +*claws-mail-rssyl-0.18 (13 Feb 2008) + + 13 Feb 2008; Andrej Kacian <ticho@gentoo.org> + claws-mail-rssyl-0.15.ebuild, claws-mail-rssyl-0.16.ebuild, + claws-mail-rssyl-0.17.ebuild, +claws-mail-rssyl-0.18.ebuild: + Version bump. Depend on pkgconfig (bug #205864). *claws-mail-rssyl-0.17 (28 Dec 2007) diff --git a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.15.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.15.ebuild index 62a22a10ca4e..758ec947f08d 100644 --- a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.15.ebuild +++ b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.15.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.15.ebuild,v 1.6 2007/11/29 23:05:21 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.15.ebuild,v 1.7 2008/02/13 21:03:01 ticho Exp $ MY_P="${P#claws-mail-}" -DESCRIPTION="This plugin allows you to read your favorite newsfeeds in Claws. RSS 1.0, 2.0 and Atom feeds are currently supported." +DESCRIPTION="Read your favorite newsfeeds in Claws Mail. RSS 1.0, 2.0 and Atom feeds are currently supported." HOMEPAGE="http://www.claws-mail.org" SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" LICENSE="GPL-2" @@ -14,7 +14,8 @@ IUSE="nls" DEPEND=">=mail-client/claws-mail-3.0.0 net-misc/curl dev-libs/libxml2 - nls? ( >=sys-devel/gettext-0.12.1 )" + nls? ( >=sys-devel/gettext-0.12.1 ) + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.16.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.16.ebuild index 52b1cd67dfd7..b8d8de27cf27 100644 --- a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.16.ebuild +++ b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.16.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.16.ebuild,v 1.1 2007/11/29 23:05:21 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.16.ebuild,v 1.2 2008/02/13 21:03:01 ticho Exp $ MY_P="${P#claws-mail-}" -DESCRIPTION="This plugin allows you to read your favorite newsfeeds in Claws. RSS 1.0, 2.0 and Atom feeds are currently supported." +DESCRIPTION="Read your favorite newsfeeds in Claws Mail. RSS 1.0, 2.0 and Atom feeds are currently supported." HOMEPAGE="http://www.claws-mail.org" SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" LICENSE="GPL-2" @@ -14,7 +14,8 @@ IUSE="nls" DEPEND=">=mail-client/claws-mail-3.1.0 net-misc/curl dev-libs/libxml2 - nls? ( >=sys-devel/gettext-0.12.1 )" + nls? ( >=sys-devel/gettext-0.12.1 ) + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.17.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.17.ebuild index 8db7b0b61156..0135e2cec9c8 100644 --- a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.17.ebuild +++ b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.17.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.17.ebuild,v 1.1 2007/12/28 11:55:48 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.17.ebuild,v 1.2 2008/02/13 21:03:01 ticho Exp $ MY_P="${P#claws-mail-}" -DESCRIPTION="This plugin allows you to read your favorite newsfeeds in Claws. RSS 1.0, 2.0 and Atom feeds are currently supported." +DESCRIPTION="Read your favorite newsfeeds in Claws Mail. RSS 1.0, 2.0 and Atom feeds are currently supported." HOMEPAGE="http://www.claws-mail.org" SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" LICENSE="GPL-2" @@ -14,7 +14,8 @@ IUSE="nls" DEPEND=">=mail-client/claws-mail-3.2.0 net-misc/curl dev-libs/libxml2 - nls? ( >=sys-devel/gettext-0.12.1 )" + nls? ( >=sys-devel/gettext-0.12.1 ) + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.18.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.18.ebuild new file mode 100644 index 000000000000..97e9019992ea --- /dev/null +++ b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.18.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.18.ebuild,v 1.1 2008/02/13 21:03:01 ticho Exp $ + +MY_P="${P#claws-mail-}" + +DESCRIPTION="Read your favorite newsfeeds in Claws Mail. RSS 1.0, 2.0 and Atom feeds are currently supported." +HOMEPAGE="http://www.claws-mail.org" +SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="nls" +DEPEND=">=mail-client/claws-mail-3.3.0 + net-misc/curl + dev-libs/libxml2 + nls? ( >=sys-devel/gettext-0.12.1 ) + dev-util/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf $(use_enable nls) || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install + dodoc ChangeLog README + + # kill useless files + rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} +} |