diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
commit | 1f1c696c6ad348ac3341a5e47e4d738f312c96e4 (patch) | |
tree | fb502443810d7994ab9b00ab480ba88b8ffca98b /app-misc/workrave | |
parent | unmask baselayout-1.10 (diff) | |
download | gentoo-2-1f1c696c6ad348ac3341a5e47e4d738f312c96e4.tar.gz gentoo-2-1f1c696c6ad348ac3341a5e47e4d738f312c96e4.tar.bz2 gentoo-2-1f1c696c6ad348ac3341a5e47e4d738f312c96e4.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/workrave')
-rw-r--r-- | app-misc/workrave/workrave-1.4.0-r1.ebuild | 22 | ||||
-rw-r--r-- | app-misc/workrave/workrave-1.6.1.ebuild | 10 |
2 files changed, 13 insertions, 19 deletions
diff --git a/app-misc/workrave/workrave-1.4.0-r1.ebuild b/app-misc/workrave/workrave-1.4.0-r1.ebuild index 7e3d28b7ab64..f508d0c965a6 100644 --- a/app-misc/workrave/workrave-1.4.0-r1.ebuild +++ b/app-misc/workrave/workrave-1.4.0-r1.ebuild @@ -1,24 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.4.0-r1.ebuild,v 1.11 2004/06/24 22:38:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.4.0-r1.ebuild,v 1.12 2004/06/28 04:18:34 vapier Exp $ -inherit eutils +# This is the first workrave ebuild with gnome support, +# which should be considered experimental. The next +# step should be converting to the gnome2 eclass. +# <obz@gentoo.org> -# Internal USE flags: noexercises noexperimental distribution -IUSE="debug gnome nls xml2 noexercises noexperimental distribution" +inherit eutils DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)" HOMEPAGE="http://workrave.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -# This is the first workrave ebuild with gnome support, -# which should be considered experimental. The next -# step should be converting to the gnome2 eclass. -# <obz@gentoo.org> - LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +# Internal USE flags: noexercises noexperimental distribution +IUSE="debug gnome nls xml2 noexercises noexperimental distribution" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2 @@ -33,7 +32,6 @@ RDEPEND=">=dev-libs/glib-2 nls? ( sys-devel/gettext ) xml2? ( dev-libs/gdome2 ) !xml2? ( !gnome? ( >=gnome-base/gconf-2 ) )" - DEPEND="${RDEPEND} dev-util/pkgconfig" @@ -82,7 +80,5 @@ src_compile() { src_install() { einstall || die - - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README + dodoc AUTHORS ChangeLog NEWS README } - diff --git a/app-misc/workrave/workrave-1.6.1.ebuild b/app-misc/workrave/workrave-1.6.1.ebuild index 7893d664ecd4..382f15cd3261 100644 --- a/app-misc/workrave/workrave-1.6.1.ebuild +++ b/app-misc/workrave/workrave-1.6.1.ebuild @@ -1,12 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.6.1.ebuild,v 1.4 2004/06/24 22:38:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.6.1.ebuild,v 1.5 2004/06/28 04:18:34 vapier Exp $ inherit eutils gnome2 -# Internal USE flags: noexercises noexperimental distribution -IUSE="gnome nls xml2 noexercises noexperimental distribution" - DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)" HOMEPAGE="http://workrave.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -14,6 +11,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" +# Internal USE flags: noexercises noexperimental distribution +IUSE="gnome nls xml2 noexercises noexperimental distribution" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2 @@ -28,12 +27,11 @@ RDEPEND=">=dev-libs/glib-2 nls? ( sys-devel/gettext ) xml2? ( dev-libs/gdome2 ) !xml2? ( !gnome? ( >=gnome-base/gconf-2 ) )" - DEPEND="${RDEPEND} dev-util/pkgconfig" MAKEOPTS="${MAKEOPTS} -j1" -DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README" +DOCS="AUTHORS ChangeLog NEWS README" G2CONF="${G2CONF} $(use_enable distribution)" G2CONF="${G2CONF} $(use_enable nls)" |