diff options
author | Dominik Kapusta <ayoy@gentoo.org> | 2009-11-02 18:28:56 +0000 |
---|---|---|
committer | Dominik Kapusta <ayoy@gentoo.org> | 2009-11-02 18:28:56 +0000 |
commit | 2218aeaa9276fcc19854ea17802052a8bbc0c651 (patch) | |
tree | 34da275f7b016ed8e4f9c110cb5f26849c965656 /x11-plugins/pidgin-sipe | |
parent | Add ~alpha/~arm/~ia64/~sh/~sparc wrt #289983 (diff) | |
download | gentoo-2-2218aeaa9276fcc19854ea17802052a8bbc0c651.tar.gz gentoo-2-2218aeaa9276fcc19854ea17802052a8bbc0c651.tar.bz2 gentoo-2-2218aeaa9276fcc19854ea17802052a8bbc0c651.zip |
Version bump, keywording for x86 (bug #275611)
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/pidgin-sipe')
-rw-r--r-- | x11-plugins/pidgin-sipe/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.7.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-plugins/pidgin-sipe/ChangeLog b/x11-plugins/pidgin-sipe/ChangeLog index 5aa4903454d6..cb219377382f 100644 --- a/x11-plugins/pidgin-sipe/ChangeLog +++ b/x11-plugins/pidgin-sipe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/pidgin-sipe # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.3 2009/10/25 20:16:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.4 2009/11/02 18:28:56 ayoy Exp $ + +*pidgin-sipe-1.7.0 (02 Nov 2009) + + 02 Nov 2009; Dominik Kapusta <ayoy@gentoo.org> +pidgin-sipe-1.7.0.ebuild: + Version bump, keywording for x86 (bug #275611) 25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml: Remove drizzt from metadata.xml (#149111) diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.7.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.7.0.ebuild new file mode 100644 index 000000000000..56ae1e76017a --- /dev/null +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.7.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.7.0.ebuild,v 1.1 2009/11/02 18:28:56 ayoy Exp $ + +DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" +HOMEPAGE="http://sipe.sourceforge.net/" +SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-im/pidgin" +RDEPEND="$DEPEND" + +src_install() { + emake install DESTDIR="${D}" || die "make install failed" + dodoc ChangeLog NEWS TODO || die "dodoc failed" +} |