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 | e349c688c3b117c6f3e9a021e64cd5b2299e6c97 (patch) | |
tree | 32c1308ea84eb0bddb85f2526be20fd19b794a8e /x11-plugins | |
parent | Don't install subversion completion, since subversion itself offers a much ni... (diff) | |
download | historical-e349c688c3b117c6f3e9a021e64cd5b2299e6c97.tar.gz historical-e349c688c3b117c6f3e9a021e64cd5b2299e6c97.tar.bz2 historical-e349c688c3b117c6f3e9a021e64cd5b2299e6c97.zip |
Version bump, closes bug #78887
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-otr/ChangeLog | 7 | ||||
-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 |
3 files changed, 36 insertions, 1 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/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 +} |