diff options
Diffstat (limited to 'x11-plugins/autoprofile/autoprofile-2.07.ebuild')
-rw-r--r-- | x11-plugins/autoprofile/autoprofile-2.07.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-plugins/autoprofile/autoprofile-2.07.ebuild b/x11-plugins/autoprofile/autoprofile-2.07.ebuild deleted file mode 100644 index 7e47731302a1..000000000000 --- a/x11-plugins/autoprofile/autoprofile-2.07.ebuild +++ /dev/null @@ -1,34 +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.2 2004/06/24 22:48:55 agriffis Exp $ - -DESCRIPTION="Gaim plugin that creates away messages and profiles using dynamic components." -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.78" -#RDEPEND="" - -#S=${WORKDIR}/${P} - -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 COPYRIGHT INSTALL README TODO -} |