diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-06-11 14:11:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-06-11 14:11:28 +0000 |
commit | 1be4e6c8a55994e922ad36646b99dab233a3f0d6 (patch) | |
tree | 89680329efe673495b913ba6eb520161fe9062f7 /x11-misc/glunarclock/glunarclock-0.32.4.ebuild | |
parent | Stable on sparc wrt security #170477 (diff) | |
download | historical-1be4e6c8a55994e922ad36646b99dab233a3f0d6.tar.gz historical-1be4e6c8a55994e922ad36646b99dab233a3f0d6.tar.bz2 historical-1be4e6c8a55994e922ad36646b99dab233a3f0d6.zip |
Don't install INSTALL, COPYING* and remove empty lines..
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'x11-misc/glunarclock/glunarclock-0.32.4.ebuild')
-rw-r--r-- | x11-misc/glunarclock/glunarclock-0.32.4.ebuild | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild b/x11-misc/glunarclock/glunarclock-0.32.4.ebuild index a2e334740509..d51f934317c5 100644 --- a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild +++ b/x11-misc/glunarclock/glunarclock-0.32.4.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.5 2007/02/12 19:01:06 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.6 2007/06/11 14:11:28 drac Exp $ inherit gnome2 eutils DESCRIPTION="Gnome Moon Phase Panel Applet" - -HOMEPAGE="http://glunarclock.sourceforge.net/" +HOMEPAGE="http://glunarclock.sourceforge.net" SRC_URI="mirror://sourceforge/glunarclock/${P}.tar.gz" LICENSE="GPL-2" @@ -15,25 +14,24 @@ KEYWORDS="~amd64 ppc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.1.0 - >=gnome-base/libgnome-2.0.0 - >=gnome-base/libgnomeui-2.0.0 - >=gnome-base/gnome-vfs-1.9.16 - >=gnome-base/gconf-1.1.11 - >=gnome-base/libgtop-2.0.0 - >=x11-libs/libwnck-0.13 - >=gnome-base/libglade-2.0.0 - >=gnome-base/gnome-panel-2.0.0 - >=gnome-base/gail-0.13 - >=x11-libs/libxklavier-0.97" - + >=gnome-base/libgnome-2.0.0 + >=gnome-base/libgnomeui-2.0.0 + >=gnome-base/gnome-vfs-1.9.16 + >=gnome-base/gconf-1.1.11 + >=gnome-base/libgtop-2.0.0 + >=x11-libs/libwnck-0.13 + >=gnome-base/libglade-2.0.0 + >=gnome-base/gnome-panel-2.0.0 + >=gnome-base/gail-0.13 + >=x11-libs/libxklavier-0.97" DEPEND="${RDEPEND} - >=dev-util/intltool-0.29 - >=app-text/scrollkeeper-0.1.4 - dev-util/pkgconfig" + >=dev-util/intltool-0.29 + >=app-text/scrollkeeper-0.1.4 + dev-util/pkgconfig" -DOCS="AUTHORS ChangeLog COPYING* INSTALL README" +DOCS="AUTHORS ChangeLog README" src_unpack() { gnome2_src_unpack - epatch ${FILESDIR}/${PN}-i18n-gentoo.patch + epatch "${FILESDIR}"/${PN}-i18n-gentoo.patch } |