summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-02-07 16:59:58 +0000
committerDon Seiler <rizzo@gentoo.org>2005-02-07 16:59:58 +0000
commitfb29ecc6624b5164195a87443b035b1cc699a601 (patch)
tree22f0d91ebface39fc21c330aea4d8b3f2d7438a5 /x11-plugins/gaim-otr
parentPrunes (diff)
downloadgentoo-2-fb29ecc6624b5164195a87443b035b1cc699a601.tar.gz
gentoo-2-fb29ecc6624b5164195a87443b035b1cc699a601.tar.bz2
gentoo-2-fb29ecc6624b5164195a87443b035b1cc699a601.zip
Pruning obsolete ebuilds
(Portage version: 2.0.51.16)
Diffstat (limited to 'x11-plugins/gaim-otr')
-rw-r--r--x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.11
-rw-r--r--x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.21
-rw-r--r--x11-plugins/gaim-otr/gaim-otr-1.0.1.ebuild30
-rw-r--r--x11-plugins/gaim-otr/gaim-otr-1.0.2.ebuild30
4 files changed, 0 insertions, 62 deletions
diff --git a/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.1 b/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.1
deleted file mode 100644
index 0da1e12eeb7f..000000000000
--- a/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 efc22af7c4a17448da75419bbaeb80d6 gaim-otr-1.0.1.tar.gz 76536
diff --git a/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.2 b/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.2
deleted file mode 100644
index 1772d275c270..000000000000
--- a/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f82eb7d8b1a373c4631602a3202ed870 gaim-otr-1.0.2.tar.gz 77199
diff --git a/x11-plugins/gaim-otr/gaim-otr-1.0.1.ebuild b/x11-plugins/gaim-otr/gaim-otr-1.0.1.ebuild
deleted file mode 100644
index d18f4661dee7..000000000000
--- a/x11-plugins/gaim-otr/gaim-otr-1.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.1.ebuild,v 1.2 2005/01/04 18:08:19 blubb 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-im/gaim-1.0.1
- dev-libs/libgpg-error
- dev-libs/libgcrypt"
-
-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
-}
diff --git a/x11-plugins/gaim-otr/gaim-otr-1.0.2.ebuild b/x11-plugins/gaim-otr/gaim-otr-1.0.2.ebuild
deleted file mode 100644
index bc44e5ee3bff..000000000000
--- a/x11-plugins/gaim-otr/gaim-otr-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.2.ebuild,v 1.1 2005/01/17 21:24:40 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-im/gaim-1.0.1
- dev-libs/libgpg-error
- dev-libs/libgcrypt"
-
-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
-}