summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2008-07-02 15:39:01 +0000
committerOlivier Crête <tester@gentoo.org>2008-07-02 15:39:01 +0000
commit50b944633f659204f5e70b27728ae630d51750b3 (patch)
tree97c4c8db0aa4c6151bd8c805306f3117d70aab84 /net-libs/libotr
parentSparc stable, Bug #230531. Seems to work fine. (diff)
downloadgentoo-2-50b944633f659204f5e70b27728ae630d51750b3.tar.gz
gentoo-2-50b944633f659204f5e70b27728ae630d51750b3.tar.bz2
gentoo-2-50b944633f659204f5e70b27728ae630d51750b3.zip
Version bump, cleanup old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/libotr')
-rw-r--r--net-libs/libotr/ChangeLog9
-rw-r--r--net-libs/libotr/libotr-2.0.0.ebuild30
-rw-r--r--net-libs/libotr/libotr-2.0.1.ebuild30
-rw-r--r--net-libs/libotr/libotr-2.0.2.ebuild30
-rw-r--r--net-libs/libotr/libotr-3.0.0.ebuild30
-rw-r--r--net-libs/libotr/libotr-3.2.0.ebuild (renamed from net-libs/libotr/libotr-1.0.4.ebuild)10
6 files changed, 13 insertions, 126 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog
index e4be106ed27e..6c297d1323e5 100644
--- a/net-libs/libotr/ChangeLog
+++ b/net-libs/libotr/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-libs/libotr
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.26 2008/03/27 16:41:00 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.27 2008/07/02 15:39:01 tester Exp $
+
+*libotr-3.2.0 (02 Jul 2008)
+
+ 02 Jul 2008; Olivier Crête <tester@gentoo.org> -libotr-1.0.4.ebuild,
+ -libotr-2.0.0.ebuild, -libotr-2.0.1.ebuild, -libotr-2.0.2.ebuild,
+ -libotr-3.0.0.ebuild, +libotr-3.2.0.ebuild:
+ Version bump, cleanup old
27 Mar 2008; Markus Rothe <corsair@gentoo.org> libotr-3.1.0.ebuild:
Stable on ppc64; bug #215064
diff --git a/net-libs/libotr/libotr-2.0.0.ebuild b/net-libs/libotr/libotr-2.0.0.ebuild
deleted file mode 100644
index 4a957254c0a2..000000000000
--- a/net-libs/libotr/libotr-2.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-2.0.0.ebuild,v 1.3 2007/01/05 04:38:23 flameeyes Exp $
-
-inherit flag-o-matic eutils
-
-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="dev-libs/libgpg-error
- >=dev-libs/libgcrypt-1.2.0"
-
-src_compile() {
- strip-flags
- replace-flags -O? -O2
-
- econf || die "econf failed"
- emake -j1 || die "Make failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "Install failed"
- dodoc COPYING ChangeLog README
-}
diff --git a/net-libs/libotr/libotr-2.0.1.ebuild b/net-libs/libotr/libotr-2.0.1.ebuild
deleted file mode 100644
index 17941a6a8767..000000000000
--- a/net-libs/libotr/libotr-2.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-2.0.1.ebuild,v 1.4 2007/01/05 04:38:23 flameeyes Exp $
-
-inherit flag-o-matic eutils
-
-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 ~sparc"
-IUSE=""
-
-DEPEND="dev-libs/libgpg-error
- >=dev-libs/libgcrypt-1.2.0"
-
-src_compile() {
- strip-flags
- replace-flags -O? -O2
-
- econf || die "econf failed"
- emake -j1 || die "Make failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "Install failed"
- dodoc COPYING ChangeLog README
-}
diff --git a/net-libs/libotr/libotr-2.0.2.ebuild b/net-libs/libotr/libotr-2.0.2.ebuild
deleted file mode 100644
index 97568e4a7063..000000000000
--- a/net-libs/libotr/libotr-2.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-2.0.2.ebuild,v 1.5 2007/02/04 20:15:38 welp Exp $
-
-inherit flag-o-matic eutils
-
-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="amd64 ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libgpg-error
- >=dev-libs/libgcrypt-1.2.0"
-
-src_compile() {
- strip-flags
- replace-flags -O? -O2
-
- econf || die "econf failed"
- emake -j1 || die "Make failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "Install failed"
- dodoc COPYING ChangeLog README
-}
diff --git a/net-libs/libotr/libotr-3.0.0.ebuild b/net-libs/libotr/libotr-3.0.0.ebuild
deleted file mode 100644
index 8940f4ecf902..000000000000
--- a/net-libs/libotr/libotr-3.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.0.0.ebuild,v 1.9 2007/08/28 16:27:58 nixnut Exp $
-
-inherit flag-o-matic eutils
-
-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="amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
-IUSE=""
-
-DEPEND="dev-libs/libgpg-error
- >=dev-libs/libgcrypt-1.2.0"
-
-src_compile() {
- strip-flags
- replace-flags -O? -O2
-
- econf || die "econf failed"
- emake -j1 || die "Make failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "Install failed"
- dodoc COPYING ChangeLog README
-}
diff --git a/net-libs/libotr/libotr-1.0.4.ebuild b/net-libs/libotr/libotr-3.2.0.ebuild
index 2058dafab17e..3f440efb43d7 100644
--- a/net-libs/libotr/libotr-1.0.4.ebuild
+++ b/net-libs/libotr/libotr-3.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-1.0.4.ebuild,v 1.3 2007/01/05 04:38:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.1 2008/07/02 15:39:01 tester Exp $
inherit flag-o-matic eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="dev-libs/libgpg-error
@@ -25,6 +25,6 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die "Install failed"
- dodoc COPYING ChangeLog README
+ make install DESTDIR="${D}" || die "Install failed"
+ dodoc ChangeLog README
}