summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild')
-rw-r--r--x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild
index 4f563b36a6c9..f3171fb0b99c 100644
--- a/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild
+++ b/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2009 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.2.0.ebuild,v 1.3 2009/08/22 04:05:23 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.4 2009/08/22 15:55:32 halcy0n Exp $
EAPI="2"
-inherit flag-o-matic
-
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"
@@ -22,13 +20,6 @@ RDEPEND=">=net-libs/libotr-3.2.0
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-src_configure() {
- strip-flags
- replace-flags -O? -O2
-
- econf || die "econf failed"
-}
-
src_install() {
make install DESTDIR="${D}" || die "Install failed"
dodoc ChangeLog README || die