diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-01-21 14:49:59 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-01-21 14:49:59 +0000 |
commit | 226cd013b816959c723f086de002b976134c1982 (patch) | |
tree | 286327c8eaeaf4e1968c3c8f30811c1a415a77fb /x11-plugins/gaim-otr | |
parent | Don't install subversion completion, since subversion itself offers a much ni... (diff) | |
download | gentoo-2-226cd013b816959c723f086de002b976134c1982.tar.gz gentoo-2-226cd013b816959c723f086de002b976134c1982.tar.bz2 gentoo-2-226cd013b816959c723f086de002b976134c1982.zip |
Version bump, closes bug #78887
(Portage version: 2.0.51-r14)
Diffstat (limited to 'x11-plugins/gaim-otr')
-rw-r--r-- | x11-plugins/gaim-otr/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.3 | 1 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild | 29 |
4 files changed, 39 insertions, 2 deletions
diff --git a/x11-plugins/gaim-otr/ChangeLog b/x11-plugins/gaim-otr/ChangeLog index 7d76dfb3c5d4..b8117ad9e1e7 100644 --- a/x11-plugins/gaim-otr/ChangeLog +++ b/x11-plugins/gaim-otr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/gaim-otr # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.3 2005/01/17 21:24:40 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.4 2005/01/21 14:49:59 rizzo Exp $ + +*gaim-otr-1.0.3 (21 Jan 2005) + + 21 Jan 2005; Don Seiler <rizzo@gentoo.org> +gaim-otr-1.0.3.ebuild: + Version bump, closes bug #78887 *gaim-otr-1.0.2 (17 Jan 2005) diff --git a/x11-plugins/gaim-otr/Manifest b/x11-plugins/gaim-otr/Manifest index 9dcb6d0e89ff..879bf1bc3ef6 100644 --- a/x11-plugins/gaim-otr/Manifest +++ b/x11-plugins/gaim-otr/Manifest @@ -1,6 +1,8 @@ +MD5 9d286673cc66a5ae938c6f376d7f579f ChangeLog 589 MD5 e4cb8399da4f9d247a13b5bc3b03a7c7 gaim-otr-1.0.1.ebuild 799 MD5 772dce3497d3125e130d268b63273b24 metadata.xml 226 -MD5 9d286673cc66a5ae938c6f376d7f579f ChangeLog 589 MD5 3ddd1980da86c5f72be8bef73f5cb4ec gaim-otr-1.0.2.ebuild 799 +MD5 3319c222e27a80aafeed7b036eb8e893 gaim-otr-1.0.3.ebuild 773 MD5 38c912f054ef1733b1c843f400063c08 files/digest-gaim-otr-1.0.1 65 MD5 587b9bbdee97b77975a9217a9be6d2b7 files/digest-gaim-otr-1.0.2 65 +MD5 25b670ffc82acacbee5777a73c30c608 files/digest-gaim-otr-1.0.3 65 diff --git a/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.3 b/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.3 new file mode 100644 index 000000000000..0f95caaad1f1 --- /dev/null +++ b/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.3 @@ -0,0 +1 @@ +MD5 5f3547d2322fcf82924a732773949dd4 gaim-otr-1.0.3.tar.gz 18762 diff --git a/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild b/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild new file mode 100644 index 000000000000..725962249f28 --- /dev/null +++ b/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-1.0.3.ebuild,v 1.1 2005/01/21 14:49:59 rizzo Exp $ + +inherit flag-o-matic eutils debug + +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/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="net-libs/libotr + >=net-im/gaim-1.1.0" + +src_compile() { + strip-flags + replace-flags -O? -O2 + + emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" +} + +src_install() { + make install DESTDIR=${D} || die "Install failed" + dodoc COPYING ChangeLog README +} |