summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 03:39:17 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 03:39:17 +0000
commit48d9281259545ce9c9c4f5a4762337ec4b485624 (patch)
treeb0daef34bc31ca7cd9abf5213d426f3eb125c473 /gnome-base/gnome-applets
parentfix license/repoman (diff)
downloadhistorical-48d9281259545ce9c9c4f5a4762337ec4b485624.tar.gz
historical-48d9281259545ce9c9c4f5a4762337ec4b485624.tar.bz2
historical-48d9281259545ce9c9c4f5a4762337ec4b485624.zip
fix license/repoman
Diffstat (limited to 'gnome-base/gnome-applets')
-rw-r--r--gnome-base/gnome-applets/gnome-applets-1.4.0.4-r1.ebuild25
-rw-r--r--gnome-base/gnome-applets/gnome-applets-1.4.0.5.ebuild29
-rw-r--r--gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild15
-rw-r--r--gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild10
-rw-r--r--gnome-base/gnome-applets/gnome-applets-2.2.1.ebuild10
-rw-r--r--gnome-base/gnome-applets/gnome-applets-2.2.2.ebuild10
6 files changed, 43 insertions, 56 deletions
diff --git a/gnome-base/gnome-applets/gnome-applets-1.4.0.4-r1.ebuild b/gnome-base/gnome-applets/gnome-applets-1.4.0.4-r1.ebuild
index b7c3e118f00b..2fcbe5d50921 100644
--- a/gnome-base/gnome-applets/gnome-applets-1.4.0.4-r1.ebuild
+++ b/gnome-base/gnome-applets/gnome-applets-1.4.0.4-r1.ebuild
@@ -1,25 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-1.4.0.4-r1.ebuild,v 1.12 2003/02/28 16:54:59 liquidx Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-1.4.0.4-r1.ebuild,v 1.13 2003/08/07 03:37:53 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="gnome-applets"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnome.org/"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="1"
+KEYWORDS="x86 ppc sparc"
+IUSE="nls"
RDEPEND=">=gnome-base/gnome-core-1.4.0.4-r1
>=gnome-base/libgtop-1.0.12-r1
>=gnome-base/libghttp-1.0.9-r1"
-
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
>=app-text/scrollkeeper-0.2
>=dev-util/intltool-0.11"
-SLOT="1"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc "
-
src_compile() {
local myconf
@@ -27,7 +26,7 @@ src_compile() {
./configure \
--host=${CHOST} \
- --prefix=/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
${myconf} || die
@@ -37,9 +36,9 @@ src_compile() {
src_install() {
make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
+ sysconfdir=${D}/etc \
+ localstatedir=${D}/var/lib \
+ install || die
dodoc AUTHORS COPYING* ChangeLog NEWS README
}
diff --git a/gnome-base/gnome-applets/gnome-applets-1.4.0.5.ebuild b/gnome-base/gnome-applets/gnome-applets-1.4.0.5.ebuild
index d4d1581089ee..61e5e4026360 100644
--- a/gnome-base/gnome-applets/gnome-applets-1.4.0.5.ebuild
+++ b/gnome-base/gnome-applets/gnome-applets-1.4.0.5.ebuild
@@ -1,26 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-1.4.0.5.ebuild,v 1.8 2003/02/13 12:07:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-1.4.0.5.ebuild,v 1.9 2003/08/07 03:37:53 vapier Exp $
-IUSE="nls"
-
-S=${WORKDIR}/${P}
DESCRIPTION="gnome-applets"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.gnome.org/"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2"
-RDEPEND="<gnome-base/gnome-panel-1.5.0
- =gnome-base/libgtop-1.0*
- >=gnome-base/libghttp-1.0.9-r1"
+LICENSE="GPL-2"
+SLOT="1"
+KEYWORDS="x86 sparc"
+IUSE="nls"
+RDEPEND="<gnome-base/gnome-panel-1.5.0
+ =gnome-base/libgtop-1.0*
+ >=gnome-base/libghttp-1.0.9-r1"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
>=app-text/scrollkeeper-0.2
- >=dev-util/intltool-0.11"
-
-SLOT="1"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
+ >=dev-util/intltool-0.11"
src_compile() {
local myconf
@@ -40,9 +37,9 @@ src_compile() {
src_install() {
make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
+ sysconfdir=${D}/etc \
+ localstatedir=${D}/var/lib \
+ install || die
dodoc AUTHORS COPYING* ChangeLog NEWS README
}
diff --git a/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild b/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild
index 524e5f5c1e05..28606cb93554 100644
--- a/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild
+++ b/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild
@@ -1,19 +1,17 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild,v 1.8 2003/02/13 12:07:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.0.3.ebuild,v 1.9 2003/08/07 03:37:53 vapier Exp $
-IUSE="doc"
-
-inherit libtool
-inherit gnome2
+inherit libtool gnome2
-S=${WORKDIR}/${P}
DESCRIPTION="Applets for the Gnome2 Desktop and Panel"
-SRC_URI="mirror://gnome/2.0.2/sources/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.gnome.org/"
-SLOT="2"
+SRC_URI="mirror://gnome/2.0.2/sources/${PN}/${P}.tar.bz2"
+
LICENSE="GPL-2 FDL-1.1"
+SLOT="2"
KEYWORDS="x86 ppc sparc alpha"
+IUSE="doc"
RDEPEND=">=x11-libs/gtk+-2.0.6
>=x11-libs/libwnck-0.17
@@ -26,7 +24,6 @@ RDEPEND=">=x11-libs/gtk+-2.0.6
>=gnome-base/libgtop-2.0.0
>=gnome-base/gnome-panel-2.0.9
>=gnome-base/libglade-2.0.1"
-
DEPEND=">=dev-util/pkgconfig-0.12.0
doc? ( dev-util/gtk-doc )
${DEPEND}"
diff --git a/gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild b/gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild
index 13ad023d817a..d96c3d21009e 100644
--- a/gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild
+++ b/gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild,v 1.8 2003/07/09 16:12:09 liquidx Exp $
-
-IUSE="doc"
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild,v 1.9 2003/08/07 03:37:53 vapier Exp $
inherit libtool gnome2
-S=${WORKDIR}/${P}
DESCRIPTION="Applets for the Gnome2 Desktop and Panel"
HOMEPAGE="http://www.gnome.org/"
-SLOT="2"
+
LICENSE="GPL-2 FDL-1.1"
+SLOT="2"
KEYWORDS="x86 ppc alpha ~sparc"
+IUSE="doc"
RDEPEND=">=x11-libs/gtk+-2.1
>=x11-libs/libwnck-0.13
@@ -24,7 +23,6 @@ RDEPEND=">=x11-libs/gtk+-2.1
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2
>=app-text/scrollkeeper-0.3.11"
-
DEPEND=">=dev-util/pkgconfig-0.12.0
doc? ( dev-util/gtk-doc )
${DEPEND}"
diff --git a/gnome-base/gnome-applets/gnome-applets-2.2.1.ebuild b/gnome-base/gnome-applets/gnome-applets-2.2.1.ebuild
index 0b5a25e81d2b..d380beb12d80 100644
--- a/gnome-base/gnome-applets/gnome-applets-2.2.1.ebuild
+++ b/gnome-base/gnome-applets/gnome-applets-2.2.1.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.2.1.ebuild,v 1.8 2003/07/19 23:22:43 tester Exp $
-
-IUSE="doc"
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.2.1.ebuild,v 1.9 2003/08/07 03:37:53 vapier Exp $
inherit libtool gnome2
-S=${WORKDIR}/${P}
DESCRIPTION="Applets for the Gnome2 Desktop and Panel"
HOMEPAGE="http://www.gnome.org/"
-SLOT="2"
+
LICENSE="GPL-2 FDL-1.1"
+SLOT="2"
KEYWORDS="x86 ppc ~alpha sparc hppa amd64"
+IUSE="doc"
RDEPEND=">=x11-libs/gtk+-2.1
>=x11-libs/libwnck-0.13
@@ -24,7 +23,6 @@ RDEPEND=">=x11-libs/gtk+-2.1
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2
>=app-text/scrollkeeper-0.3.11"
-
DEPEND=">=dev-util/pkgconfig-0.12.0
doc? ( dev-util/gtk-doc )
${RDEPEND}"
diff --git a/gnome-base/gnome-applets/gnome-applets-2.2.2.ebuild b/gnome-base/gnome-applets/gnome-applets-2.2.2.ebuild
index e97ec318fee4..e93123c8392c 100644
--- a/gnome-base/gnome-applets/gnome-applets-2.2.2.ebuild
+++ b/gnome-base/gnome-applets/gnome-applets-2.2.2.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.2.2.ebuild,v 1.4 2003/07/19 23:22:43 tester Exp $
-
-IUSE="doc"
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.2.2.ebuild,v 1.5 2003/08/07 03:37:53 vapier Exp $
inherit gnome2
-S=${WORKDIR}/${P}
DESCRIPTION="Applets for the Gnome2 Desktop and Panel"
HOMEPAGE="http://www.gnome.org/"
-SLOT="2"
+
LICENSE="GPL-2 FDL-1.1"
+SLOT="2"
KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64"
+IUSE="doc"
RDEPEND=">=x11-libs/gtk+-2.1
>=x11-libs/libwnck-0.13
@@ -24,7 +23,6 @@ RDEPEND=">=x11-libs/gtk+-2.1
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2
>=app-text/scrollkeeper-0.3.11"
-
DEPEND=">=dev-util/pkgconfig-0.12.0
doc? ( dev-util/gtk-doc )
${RDEPEND}"