summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-08-22 15:52:50 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-08-22 15:52:50 +0000
commitf8f545f34e87b90e95e5a4275a9452cf78e97b83 (patch)
treea4433220ea739acd5bfc5e95d071f575f2e2dc92 /net-libs/libotr
parentReplace intltool files, bug #282282 (diff)
downloadgentoo-2-f8f545f34e87b90e95e5a4275a9452cf78e97b83.tar.gz
gentoo-2-f8f545f34e87b90e95e5a4275a9452cf78e97b83.tar.bz2
gentoo-2-f8f545f34e87b90e95e5a4275a9452cf78e97b83.zip
Remove unnecessary CFLAG stripping; bug #235990
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libotr')
-rw-r--r--net-libs/libotr/ChangeLog6
-rw-r--r--net-libs/libotr/libotr-3.1.0.ebuild12
-rw-r--r--net-libs/libotr/libotr-3.2.0.ebuild12
3 files changed, 7 insertions, 23 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog
index c05ce125bab1..af130de2123f 100644
--- a/net-libs/libotr/ChangeLog
+++ b/net-libs/libotr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libotr
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.31 2009/08/22 03:59:53 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.32 2009/08/22 15:52:50 halcy0n Exp $
+
+ 22 Aug 2009; Mark Loeser <halcy0n@gentoo.org> libotr-3.1.0.ebuild,
+ libotr-3.2.0.ebuild:
+ Remove unnecessary CFLAG stripping; bug #235990
22 Aug 2009; Olivier Crête <tester@gentoo.org> libotr-3.1.0.ebuild,
libotr-3.2.0.ebuild:
diff --git a/net-libs/libotr/libotr-3.1.0.ebuild b/net-libs/libotr/libotr-3.1.0.ebuild
index e572be8862e0..ef6e59c7ccca 100644
--- a/net-libs/libotr/libotr-3.1.0.ebuild
+++ b/net-libs/libotr/libotr-3.1.0.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.1.0.ebuild,v 1.8 2009/08/22 03:59:54 tester Exp $
-
-inherit flag-o-matic eutils
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.1.0.ebuild,v 1.9 2009/08/22 15:52:50 halcy0n Exp $
DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
HOMEPAGE="http://www.cypherpunks.ca/otr/"
@@ -16,14 +14,6 @@ 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 || die "Make failed"
-}
-
src_install() {
make install DESTDIR="${D}" || die "Install failed"
dodoc ChangeLog README
diff --git a/net-libs/libotr/libotr-3.2.0.ebuild b/net-libs/libotr/libotr-3.2.0.ebuild
index b57612ccbf83..a1e52a13cd70 100644
--- a/net-libs/libotr/libotr-3.2.0.ebuild
+++ b/net-libs/libotr/libotr-3.2.0.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.5 2009/08/22 03:59:54 tester Exp $
-
-inherit flag-o-matic eutils
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.6 2009/08/22 15:52:50 halcy0n Exp $
DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
HOMEPAGE="http://www.cypherpunks.ca/otr/"
@@ -16,14 +14,6 @@ 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 || die "Make failed"
-}
-
src_install() {
make install DESTDIR="${D}" || die "Install failed"
dodoc ChangeLog README