diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-05-26 02:52:18 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-05-26 02:52:18 +0000 |
commit | e201b2fcd714d1c150a770780b0c38505c779b18 (patch) | |
tree | 3e25edcb47505f1f423453a2e6b8c8cfdae1fa92 /x11-plugins | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-e201b2fcd714d1c150a770780b0c38505c779b18.tar.gz gentoo-2-e201b2fcd714d1c150a770780b0c38505c779b18.tar.bz2 gentoo-2-e201b2fcd714d1c150a770780b0c38505c779b18.zip |
Initial import. Closes Bug #36897. Thanks to Josh Glover for bringing it up
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/autoprofile/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/autoprofile/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/autoprofile/autoprofile-2.04.ebuild | 34 | ||||
-rw-r--r-- | x11-plugins/autoprofile/files/digest-autoprofile-2.04 | 1 | ||||
-rw-r--r-- | x11-plugins/autoprofile/metadata.xml | 8 |
5 files changed, 55 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..3e89c3477d5d --- /dev/null +++ b/x11-plugins/autoprofile/Manifest @@ -0,0 +1,2 @@ +MD5 82d29c8a48d0bbb4fa3461d124b0357f autoprofile-2.04.ebuild 962 +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> |