diff options
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-otr/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild (renamed from x11-plugins/pidgin-otr/pidgin-otr-3.0.0.ebuild) | 22 |
2 files changed, 11 insertions, 19 deletions
diff --git a/x11-plugins/pidgin-otr/ChangeLog b/x11-plugins/pidgin-otr/ChangeLog index d61a7be42ea1..0894c9558e2a 100644 --- a/x11-plugins/pidgin-otr/ChangeLog +++ b/x11-plugins/pidgin-otr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-otr # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.13 2008/02/20 20:23:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.14 2008/07/02 15:40:19 tester Exp $ + +*pidgin-otr-3.2.0 (02 Jul 2008) + + 02 Jul 2008; Olivier Crête <tester@gentoo.org> -pidgin-otr-3.0.0.ebuild, + +pidgin-otr-3.2.0.ebuild: + Version bump, cleanup old 20 Feb 2008; Raúl Porcel <armin76@gentoo.org> pidgin-otr-3.1.0.ebuild: sparc stable wrt #210398 diff --git a/x11-plugins/pidgin-otr/pidgin-otr-3.0.0.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild index dc5b640e620b..afb8aba178ca 100644 --- a/x11-plugins/pidgin-otr/pidgin-otr-3.0.0.ebuild +++ b/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild @@ -1,30 +1,25 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.0.0.ebuild,v 1.10 2008/01/07 06:28:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.1 2008/07/02 15:40:19 tester Exp $ inherit flag-o-matic eutils autotools -MY_P=${P/pidgin/gaim} DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" HOMEPAGE="http://www.cypherpunks.ca/otr/" -SRC_URI="http://www.cypherpunks.ca/otr/${MY_P}.tar.gz - http://www.cypherpunks.ca/otr/gaim2b2-otr.diff - http://dev.gentoo.org/~drizzt/trash/${P}.patch.bz2" +SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND=">=net-libs/libotr-3.0.0 +RDEPEND=">=net-libs/libotr-3.2.0 >=x11-libs/gtk+-2 net-im/pidgin" DEPEND="${RDEPEND} dev-util/pkgconfig" -S="${WORKDIR}"/${MY_P} - pkg_setup() { if ! built_with_use net-im/pidgin gtk; then eerror "You need to compile net-im/pidgin with USE=gtk" @@ -32,15 +27,6 @@ pkg_setup() { fi } -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${DISTDIR}"/gaim2b2-otr.diff - epatch "${WORKDIR}"/${P}.patch - - eautoreconf -} - src_compile() { strip-flags replace-flags -O? -O2 |