summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-10-21 15:41:33 +0000
committerDon Seiler <rizzo@gentoo.org>2004-10-21 15:41:33 +0000
commit6716ceb678886a31dfaf9311663e583dfc0de0fd (patch)
treeeca05f7003f5521e085e86658308aee7762c8547 /x11-plugins/autoprofile
parentMoved 30k patch to mirrors; added metadata (shell-tools) (Manifest recommit) (diff)
downloadgentoo-2-6716ceb678886a31dfaf9311663e583dfc0de0fd.tar.gz
gentoo-2-6716ceb678886a31dfaf9311663e583dfc0de0fd.tar.bz2
gentoo-2-6716ceb678886a31dfaf9311663e583dfc0de0fd.zip
Stable on x86, pruning old versions
Diffstat (limited to 'x11-plugins/autoprofile')
-rw-r--r--x11-plugins/autoprofile/ChangeLog7
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.07.ebuild30
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.08.ebuild24
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.09.ebuild24
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.10.ebuild4
-rw-r--r--x11-plugins/autoprofile/files/digest-autoprofile-2.071
-rw-r--r--x11-plugins/autoprofile/files/digest-autoprofile-2.081
-rw-r--r--x11-plugins/autoprofile/files/digest-autoprofile-2.091
8 files changed, 8 insertions, 84 deletions
diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog
index 69284975a842..0c593ac6508b 100644
--- a/x11-plugins/autoprofile/ChangeLog
+++ b/x11-plugins/autoprofile/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/autoprofile
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.15 2004/09/23 14:27:33 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.16 2004/10/21 15:41:33 rizzo Exp $
+
+ 21 Oct 2004; Don Seiler <rizzo@gentoo.org> -autoprofile-2.07.ebuild,
+ -autoprofile-2.08.ebuild, -autoprofile-2.09.ebuild,
+ autoprofile-2.10.ebuild:
+ Stable on x86, pruning old versions
*autoprofile-2.10 (23 Sep 2004)
diff --git a/x11-plugins/autoprofile/autoprofile-2.07.ebuild b/x11-plugins/autoprofile/autoprofile-2.07.ebuild
deleted file mode 100644
index a4bcb94e3a4c..000000000000
--- a/x11-plugins/autoprofile/autoprofile-2.07.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.07.ebuild,v 1.8 2004/09/18 01:13:27 rizzo Exp $
-
-DESCRIPTION=" AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim."
-HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ppc"
-IUSE=""
-DEPEND=">=net-im/gaim-0.79
- <net-im/gaim-1.0.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:PREFIX = /usr/local:PREFIX = '${D}'/usr:g' Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- insinto /usr/lib/gaim
- doins autoprofile.so
-
- dodoc COPYING CHANGELOG FORTUNE INSTALL README TODO
-}
diff --git a/x11-plugins/autoprofile/autoprofile-2.08.ebuild b/x11-plugins/autoprofile/autoprofile-2.08.ebuild
deleted file mode 100644
index daf93cad7bfc..000000000000
--- a/x11-plugins/autoprofile/autoprofile-2.08.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.08.ebuild,v 1.4 2004/09/18 01:13:27 rizzo Exp $
-
-DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim."
-HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ppc"
-IUSE=""
-DEPEND=">=net-im/gaim-0.82
- <net-im/gaim-1.0.0"
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/lib/gaim
- make install PREFIX=${D}/usr || die "make install failed"
-
- dodoc COPYING CHANGELOG INSTALL README TODO
-}
diff --git a/x11-plugins/autoprofile/autoprofile-2.09.ebuild b/x11-plugins/autoprofile/autoprofile-2.09.ebuild
deleted file mode 100644
index 98f520470db7..000000000000
--- a/x11-plugins/autoprofile/autoprofile-2.09.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.09.ebuild,v 1.2 2004/09/18 01:13:27 rizzo Exp $
-
-DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim."
-HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-DEPEND=">=net-im/gaim-0.82.1
- <net-im/gaim-1.0.0"
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/lib/gaim
- make install PREFIX=${D}/usr || die "make install failed"
-
- dodoc COPYING CHANGELOG INSTALL README TODO
-}
diff --git a/x11-plugins/autoprofile/autoprofile-2.10.ebuild b/x11-plugins/autoprofile/autoprofile-2.10.ebuild
index 3e10dfa0666f..157d537b578d 100644
--- a/x11-plugins/autoprofile/autoprofile-2.10.ebuild
+++ b/x11-plugins/autoprofile/autoprofile-2.10.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.10.ebuild,v 1.1 2004/09/23 14:27:33 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.10.ebuild,v 1.2 2004/10/21 15:41:33 rizzo Exp $
DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim."
HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ppc"
IUSE=""
DEPEND=">=net-im/gaim-1.0.0"
diff --git a/x11-plugins/autoprofile/files/digest-autoprofile-2.07 b/x11-plugins/autoprofile/files/digest-autoprofile-2.07
deleted file mode 100644
index fdd8a6cf81d2..000000000000
--- a/x11-plugins/autoprofile/files/digest-autoprofile-2.07
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f3a3d06fbb8e6de39137ca8aa7243ac4 autoprofile-2.07.tar.gz 43614
diff --git a/x11-plugins/autoprofile/files/digest-autoprofile-2.08 b/x11-plugins/autoprofile/files/digest-autoprofile-2.08
deleted file mode 100644
index bbe0cefa0865..000000000000
--- a/x11-plugins/autoprofile/files/digest-autoprofile-2.08
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e22ee2cb22ef2e0974254e26e2d578b autoprofile-2.08.tar.gz 54908
diff --git a/x11-plugins/autoprofile/files/digest-autoprofile-2.09 b/x11-plugins/autoprofile/files/digest-autoprofile-2.09
deleted file mode 100644
index 624b6ccf8abf..000000000000
--- a/x11-plugins/autoprofile/files/digest-autoprofile-2.09
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8efadef85b68a9b103ce861aac654738 autoprofile-2.09.tar.gz 55327