summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/bangexec')
-rw-r--r--x11-plugins/bangexec/bangexec-1.1.4.ebuild6
-rw-r--r--x11-plugins/bangexec/bangexec-1.3.0.2.ebuild8
-rw-r--r--x11-plugins/bangexec/bangexec-1.3.0.ebuild8
3 files changed, 8 insertions, 14 deletions
diff --git a/x11-plugins/bangexec/bangexec-1.1.4.ebuild b/x11-plugins/bangexec/bangexec-1.1.4.ebuild
index d280859410c2..ca221fe18f5c 100644
--- a/x11-plugins/bangexec/bangexec-1.1.4.ebuild
+++ b/x11-plugins/bangexec/bangexec-1.1.4.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.1.4.ebuild,v 1.1 2005/04/03 20:53:55 anarchy Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.1.4.ebuild,v 1.2 2005/07/14 23:24:44 swegener Exp $
DESCRIPTION="GAIM Shell OutPut Plugin"
HOMEPAGE="http://bard.sytes.net/bangexec/"
@@ -16,6 +14,6 @@ IUSE=""
DEPEND=">=net-im/gaim-1.0.1"
src_install() {
- make install DESTDIR=${D} || die "Install failed"
+ make install DESTDIR="${D}" || die "Install failed"
dodoc ChangeLog INSTALL README AUTHORS
}
diff --git a/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild b/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild
index cabb53c54649..bc6c9830ef8c 100644
--- a/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild
+++ b/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild,v 1.1 2005/06/21 02:23:49 anarchy Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild,v 1.2 2005/07/14 23:24:44 swegener Exp $
DESCRIPTION="GAIM Shell OutPut Plugin"
HOMEPAGE="http://bard.sytes.net/bangexec/"
@@ -19,10 +17,10 @@ src_unpack() {
unpack ${A}
# Set correct plugindir
sed -i -e "s:^\(plugindir = \$(prefix)/\)lib/:\1$(get_libdir)/:" \
- ${S}/Makefile.in || die "sed failed"
+ "${S}"/Makefile.in || die "sed failed"
}
src_install() {
- make install DESTDIR=${D} || die "Install failed"
+ make install DESTDIR="${D}" || die "Install failed"
dodoc ChangeLog INSTALL README AUTHORS
}
diff --git a/x11-plugins/bangexec/bangexec-1.3.0.ebuild b/x11-plugins/bangexec/bangexec-1.3.0.ebuild
index 12600d836c09..f3200f7081f4 100644
--- a/x11-plugins/bangexec/bangexec-1.3.0.ebuild
+++ b/x11-plugins/bangexec/bangexec-1.3.0.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.3.0.ebuild,v 1.2 2005/04/22 01:24:05 herbs Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.3.0.ebuild,v 1.3 2005/07/14 23:24:44 swegener Exp $
DESCRIPTION="GAIM Shell OutPut Plugin"
HOMEPAGE="http://bard.sytes.net/bangexec/"
@@ -19,10 +17,10 @@ src_unpack() {
unpack ${A}
# Set correct plugindir
sed -i -e "s:^\(plugindir = \$(prefix)/\)lib/:\1$(get_libdir)/:" \
- ${S}/Makefile.in || die "sed failed"
+ "${S}"/Makefile.in || die "sed failed"
}
src_install() {
- make install DESTDIR=${D} || die "Install failed"
+ make install DESTDIR="${D}" || die "Install failed"
dodoc ChangeLog INSTALL README AUTHORS
}