diff options
author | 2009-12-21 20:50:42 +0000 | |
---|---|---|
committer | 2009-12-21 20:50:42 +0000 | |
commit | 7c2c5f3fb69f70307eb8dd7e8f2ef238dab478c1 (patch) | |
tree | fb44a6d8cf052daffb474b19dfc11c8cb55296d3 /x11-plugins | |
parent | make a note about threaded io support (diff) | |
download | historical-7c2c5f3fb69f70307eb8dd7e8f2ef238dab478c1.tar.gz historical-7c2c5f3fb69f70307eb8dd7e8f2ef238dab478c1.tar.bz2 historical-7c2c5f3fb69f70307eb8dd7e8f2ef238dab478c1.zip |
Version bump.
Package-Manager: portage-2.1.7.15/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-hotkeys/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild | 27 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/metadata.xml | 3 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild | 42 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild | 43 | ||||
-rw-r--r-- | x11-plugins/purple-plugin_pack/Manifest | 14 |
8 files changed, 91 insertions, 58 deletions
diff --git a/x11-plugins/pidgin-hotkeys/ChangeLog b/x11-plugins/pidgin-hotkeys/ChangeLog index eae7477b5143..e3c95ba2eb0d 100644 --- a/x11-plugins/pidgin-hotkeys/ChangeLog +++ b/x11-plugins/pidgin-hotkeys/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-hotkeys # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.11 2009/08/16 09:18:41 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.12 2009/12/21 20:47:19 pva Exp $ + +*pidgin-hotkeys-0.2.4 (21 Dec 2009) + + 21 Dec 2009; Peter Volkov <pva@gentoo.org> pidgin-hotkeys-0.2.3.ebuild, + +pidgin-hotkeys-0.2.4.ebuild: + Version bump. 16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> pidgin-hotkeys-0.2.3.ebuild: diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild index 79ad9ed0faee..80ada53e7226 100644 --- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.12 2009/12/21 13:01:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.13 2009/12/21 20:47:19 pva Exp $ EAPI="2" inherit eutils DESCRIPTION="plugin that allows you to define global hotkeys for various actions" -HOMEPAGE="http://gaim-hotkeys.sourceforge.net/" +HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/" SRC_URI="mirror://sourceforge/gaim-hotkeys/${P}.tar.gz" LICENSE="GPL-2" diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild new file mode 100644 index 000000000000..a726a44582ff --- /dev/null +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild,v 1.1 2009/12/21 20:47:19 pva Exp $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Pidgin plugin to define global hotkeys for various actions" +HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="" + +RDEPEND="net-im/pidgin[gtk] + >=x11-libs/gtk+-2" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README NEWS || die +} diff --git a/x11-plugins/pidgin-latex/ChangeLog b/x11-plugins/pidgin-latex/ChangeLog index 72afde80c4ef..ea536b7482eb 100644 --- a/x11-plugins/pidgin-latex/ChangeLog +++ b/x11-plugins/pidgin-latex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-latex # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.12 2009/09/06 15:14:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.13 2009/12/21 20:50:42 pva Exp $ + +*pidgin-latex-1.3.3 (21 Dec 2009) + + 21 Dec 2009; Peter Volkov <pva@gentoo.org> -pidgin-latex-1.0.ebuild, + +pidgin-latex-1.3.3.ebuild, metadata.xml: + Version bump. 06 Sep 2009; Markus Meier <maekke@gentoo.org> pidgin-latex-1.2.1.ebuild: amd64/x86 stable, bug #282267 diff --git a/x11-plugins/pidgin-latex/metadata.xml b/x11-plugins/pidgin-latex/metadata.xml index a99274da6aca..a24b5ef41f79 100644 --- a/x11-plugins/pidgin-latex/metadata.xml +++ b/x11-plugins/pidgin-latex/metadata.xml @@ -3,6 +3,7 @@ <pkgmetadata> <herd>net-im</herd> <longdescription> -Latex plugin for pidgin +A plugin for Pidgin which translates LaTeX code into images in your IM and Chat +conversations. </longdescription> </pkgmetadata> diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild b/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild deleted file mode 100644 index ea5db39d997a..000000000000 --- a/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild,v 1.8 2008/09/02 22:26:40 opfer Exp $ - -inherit flag-o-matic multilib eutils - -DESCRIPTION="Pidgin plugin that renders latex formulae" -HOMEPAGE="http://sourceforge.net/projects/pidgin-latex" -SRC_URI="mirror://sourceforge/pidgin-latex/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="net-im/pidgin - >=x11-libs/gtk+-2" -RDEPEND="${DEPEND} - virtual/latex-base - media-gfx/imagemagick" - -S=${WORKDIR}/${PN} - -pkg_setup() { - if ! built_with_use net-im/pidgin gtk; then - eerror "You need to compile net-im/pidgin with USE=gtk" - die "Missing gtk USE flag on net-im/pidgin" - fi -} - -src_compile() -{ - append-flags -fPIC - emake || die "emake failed" -} - -src_install() -{ - make LIB_INSTALL_DIR="${D}/usr/$(get_libdir)/pidgin" install PREFIX="${D}/usr" \ - || die "make install failed" - dodoc README CHANGELOG TODO -} diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild b/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild new file mode 100644 index 000000000000..b3dcbbc8deb3 --- /dev/null +++ b/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild,v 1.1 2009/12/21 20:50:42 pva Exp $ + +EAPI="2" +inherit multilib toolchain-funcs + +DESCRIPTION="Pidgin plugin that renders latex formulae" +HOMEPAGE="http://sourceforge.net/projects/pidgin-latex" +SRC_URI="mirror://sourceforge/pidgin-latex/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +COMMON_DEPEND="net-im/pidgin[gtk] + x11-libs/gtk+:2" +DEPEND="${COMMON_DEPEND} + sys-devel/libtool + dev-util/pkgconfig" +RDEPEND="${COMMON_DEPEND} + virtual/latex-base + app-text/dvipng" + +S=${WORKDIR}/${PN} + +src_prepare() +{ + sed -e "s:\(CC.*=\).*:\1 $(tc-getCC):" \ + -e "/LIB_INSTALL_DIR/{s:/lib/pidgin:/$(get_libdir)/pidgin:;}" \ + -i Makefile || die +} + +src_compile() { + emake PREFIX=/usr || die +} + +src_install() +{ + make PREFIX="${D}/usr" install || die "make install failed" + dodoc README CHANGELOG TODO || die +} diff --git a/x11-plugins/purple-plugin_pack/Manifest b/x11-plugins/purple-plugin_pack/Manifest index 4e1968924aa4..4928d5043ee0 100644 --- a/x11-plugins/purple-plugin_pack/Manifest +++ b/x11-plugins/purple-plugin_pack/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST purple-plugin_pack-2.5.1.tar.bz2 634377 RMD160 5301a0fc0698d76ff849c7591670b7437ec22705 SHA1 d8dd41dd7d4a79ea25ac46b0a3de76f2375e06ff SHA256 83b83a6915337f72ec21dc661078350fd292dbbcd2132232a247b0bcd3dc57f9 +DIST purple-plugin_pack-2.6.1.tar.bz2 688428 RMD160 e3a065e8e282d71eb82f38471dd570631f34ff02 SHA1 f5d46df01d69a01380f2b8c90d38d8d22ced1130 SHA256 00ab403e19b2b50780f35ecebecae3698aa730b36e649080e51b0c29316f6bf2 EBUILD purple-plugin_pack-2.5.1-r1.ebuild 1669 RMD160 979f0095cc014525625a50478b6f14e608d0f90d SHA1 ec7aed35dcfe395d06c944224b4973eee5299fc3 SHA256 b390874a3ae9e25ff666dd566c6398bb3497b8722f17f7a0d7608945ebb15eba -MISC ChangeLog 3621 RMD160 a0bbec5c1ccf933997c7177391b0f1b1e162d7d2 SHA1 76251aa823caea8bacd6e0c4aa63ff785ac3cd2e SHA256 8527599fd78b4f966600dba9515f7f75e2ca1f558d5dcd7dcd384c94f044ed7d +EBUILD purple-plugin_pack-2.6.1.ebuild 2145 RMD160 e390573bb71e9bf0b03e9fc3384225ed3498432d SHA1 fddb748f9b51abd242a63433610bdac3a796eb5f SHA256 73acf60dc1d4214fc44c8cf7ce0d7bed5cf0d1f48ae4725fe4eab4c536e49ee0 +MISC ChangeLog 3778 RMD160 b147fadc3cc3df4c64288fc823aeb3bb1ec50eb2 SHA1 34249c2df9d3d72d554ad630485fc22da783f3ea SHA256 e083147aa5901527151942d2595bb65fb846fccd7d6aca221d15340b30f3ab90 MISC metadata.xml 259 RMD160 850f51a3edf4bde0b448018fc075abda1e9aa6c3 SHA1 eb98d4e915a716139d8734f2a91cd0efeff6c2a7 SHA256 e816434b840119ef3c9b153e2e4b53206db75953e7c210f135896caa5468eca7 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAkrCH8wACgkQmOfEJZHYOKdhegCg4/DMrTEbTbhRJCa/QC/li0JQ -yVAAnRTofOqMA+khN/oB2pqClhPmyMSR -=4G7l ------END PGP SIGNATURE----- |