diff options
author | 2005-01-16 15:31:13 +0000 | |
---|---|---|
committer | 2005-01-16 15:31:13 +0000 | |
commit | 612d9cb17c16fa805d5696eb2f6563f0b0ed6533 (patch) | |
tree | c26c84c33e65ebf4b1fc9c76183fbcb023282e35 /app-office/ooqstart-gnome/ooqstart-gnome-0.8.3.ebuild | |
parent | Update Copyright years, fixed bugs #69231,#59873, added swift@gentoo.org init... (diff) | |
download | gentoo-2-612d9cb17c16fa805d5696eb2f6563f0b0ed6533.tar.gz gentoo-2-612d9cb17c16fa805d5696eb2f6563f0b0ed6533.tar.bz2 gentoo-2-612d9cb17c16fa805d5696eb2f6563f0b0ed6533.zip |
clean up ebuild a little bit
(Portage version: 2.0.51-r13)
Diffstat (limited to 'app-office/ooqstart-gnome/ooqstart-gnome-0.8.3.ebuild')
-rw-r--r-- | app-office/ooqstart-gnome/ooqstart-gnome-0.8.3.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app-office/ooqstart-gnome/ooqstart-gnome-0.8.3.ebuild b/app-office/ooqstart-gnome/ooqstart-gnome-0.8.3.ebuild index 2e04556ff9ea..242b23aacf56 100644 --- a/app-office/ooqstart-gnome/ooqstart-gnome-0.8.3.ebuild +++ b/app-office/ooqstart-gnome/ooqstart-gnome-0.8.3.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ooqstart-gnome/ooqstart-gnome-0.8.3.ebuild,v 1.2 2005/01/16 15:15:11 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ooqstart-gnome/ooqstart-gnome-0.8.3.ebuild,v 1.3 2005/01/16 15:31:13 suka Exp $ -inherit gnome2 eutils +inherit eutils DESCRIPTION="OpenOffice.org Quickstarter Applet for Gnome 2.x" HOMEPAGE="http://ooqstart.sourceforge.net/" -SRC_URI="mirror://sourceforge/ooqstart/ooqstart-${PV}.tgz" -S=${WORKDIR}/ooqstart-${PV} +MY_P="ooqstart-${PV}" +SRC_URI="mirror://sourceforge/ooqstart/${MY_P}.tgz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" KEYWORDS="~x86" @@ -29,10 +30,6 @@ src_unpack() { epatch ${FILESDIR}/gnome2update.patch.bz2 } -src_compile() { - make DESTDIR=${D} || die "make failed" -} - src_install() { make ROOT=${D} install-gnome || die insinto /usr/share/pixmaps |