summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-05-26 02:52:18 +0000
committerDon Seiler <rizzo@gentoo.org>2004-05-26 02:52:18 +0000
commit442f3e1879b4e445fe7e6280d6a4abec02922bc9 (patch)
treed32bf7ec82587d81c00c2a4088abfbc0d4b2e343 /x11-plugins/autoprofile
parentarm KEYWORDS (diff)
downloadhistorical-442f3e1879b4e445fe7e6280d6a4abec02922bc9.tar.gz
historical-442f3e1879b4e445fe7e6280d6a4abec02922bc9.tar.bz2
historical-442f3e1879b4e445fe7e6280d6a4abec02922bc9.zip
Initial import. Closes Bug #36897. Thanks to Josh Glover for bringing it up
Diffstat (limited to 'x11-plugins/autoprofile')
-rw-r--r--x11-plugins/autoprofile/ChangeLog10
-rw-r--r--x11-plugins/autoprofile/Manifest4
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.04.ebuild34
-rw-r--r--x11-plugins/autoprofile/files/digest-autoprofile-2.041
-rw-r--r--x11-plugins/autoprofile/metadata.xml8
5 files changed, 57 insertions, 0 deletions
diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog
new file mode 100644
index 000000000000..06ce4a545407
--- /dev/null
+++ b/x11-plugins/autoprofile/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/autoprofile
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.1 2004/05/26 02:52:18 rizzo Exp $
+
+*autoprofile-2.04 (25 May 2004)
+
+ 25 May 2004; Don Seiler <rizzo@gentoo.org>; +metadata.xml,
+ +autoprofile-2.04.ebuild:
+ Initial import. Closes Bug #36897. Thanks to Josh Glover for bringing it up
+
diff --git a/x11-plugins/autoprofile/Manifest b/x11-plugins/autoprofile/Manifest
new file mode 100644
index 000000000000..b5ed43ec47af
--- /dev/null
+++ b/x11-plugins/autoprofile/Manifest
@@ -0,0 +1,4 @@
+MD5 54e211634f06cbb4ec56e5a699992178 autoprofile-2.04.ebuild 966
+MD5 f83d74d22e15a4a1ce4489a908699fb0 ChangeLog 430
+MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224
+MD5 6234e853a543f41c5cbe981bcc3747c2 files/digest-autoprofile-2.04 67
diff --git a/x11-plugins/autoprofile/autoprofile-2.04.ebuild b/x11-plugins/autoprofile/autoprofile-2.04.ebuild
new file mode 100644
index 000000000000..0a127eddf5fb
--- /dev/null
+++ b/x11-plugins/autoprofile/autoprofile-2.04.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.04.ebuild,v 1.1 2004/05/26 02:52:18 rizzo Exp $
+
+DESCRIPTION=" AutoProfile is a fully-featured profile manager for the popular instant messanger 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"
+IUSE=""
+DEPEND="~net-im/gaim-0.77"
+#RDEPEND=""
+
+S=${WORKDIR}/${PN}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i -e 's:PREFIX = /usr/local:PREFIX = '${D}'/usr:g' Makefile
+ #sed -i -e 's:GTK_PREFIX = $(PREFIX):GTK_PREFIX = /usr:g' Makefile
+ sed -i -e 's:GAIM_TOP2 = ../gaim:GAIM_TOP2 = /usr/include/gaim: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/files/digest-autoprofile-2.04 b/x11-plugins/autoprofile/files/digest-autoprofile-2.04
new file mode 100644
index 000000000000..edc6b217e83b
--- /dev/null
+++ b/x11-plugins/autoprofile/files/digest-autoprofile-2.04
@@ -0,0 +1 @@
+MD5 3cd54a8687e571c377ad13c362363e49 autoprofile-2.04.tar.gz 31014
diff --git a/x11-plugins/autoprofile/metadata.xml b/x11-plugins/autoprofile/metadata.xml
new file mode 100644
index 000000000000..e81d825904df
--- /dev/null
+++ b/x11-plugins/autoprofile/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-im</herd>
+<maintainer>
+ <email>gaim-bugs@gentoo.org</email>
+</maintainer>
+</pkgmetadata>