summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-10 19:07:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-10 19:07:01 +0000
commit92982650972a8b24352907cb330dd1ec6e30104b (patch)
tree9d728ea399bbb7190208e2e0fd5a974a1cc30525 /x11-wm
parenttweaked (diff)
downloadhistorical-92982650972a8b24352907cb330dd1ec6e30104b.tar.gz
historical-92982650972a8b24352907cb330dd1ec6e30104b.tar.bz2
historical-92982650972a8b24352907cb330dd1ec6e30104b.zip
LICENSE corrections
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/openbox/files/digest-openbox-0.99.11
-rw-r--r--x11-wm/openbox/openbox-0.99.1.ebuild61
-rw-r--r--x11-wm/openbox/openbox-0.99.3.ebuild5
-rw-r--r--x11-wm/openbox/openbox-1.2.3.ebuild4
4 files changed, 4 insertions, 67 deletions
diff --git a/x11-wm/openbox/files/digest-openbox-0.99.1 b/x11-wm/openbox/files/digest-openbox-0.99.1
deleted file mode 100644
index 732ecef17464..000000000000
--- a/x11-wm/openbox/files/digest-openbox-0.99.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8b2d4c8238ebc592eb364853e19783cf openbox-0.99.1.tar.gz 545261
diff --git a/x11-wm/openbox/openbox-0.99.1.ebuild b/x11-wm/openbox/openbox-0.99.1.ebuild
deleted file mode 100644
index 76c8da019ce3..000000000000
--- a/x11-wm/openbox/openbox-0.99.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Seemant Kulleen <seemant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-0.99.1.ebuild,v 1.2 2002/07/08 13:47:11 aliz Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Window manager based on BlackBox"
-SRC_URI="ftp://sunsite.dk/projects/openbox/${P}.tar.gz"
-HOMEPAGE="http://openbox.sunsite.dk"
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/x11"
-
-RDEPEND="${DEPEND}
- nls? ( >=sys-devel/gettext-0.10.38 )"
-
-PROVIDE="virtual/blackbox"
-
-src_compile() {
- local myconf
- use nls \
- && myconf="${myconf} --enable-nls" \
- || myconf="${myconf} --disable-nls"
-
- use kde \
- && myconf="${myconf} --enable-kde" \
- && export KDEDIR=/usr/kde/2 \
- || myconf="${myconf} --disable-kde"
-
- use gnome \
- && myconf="${myconf} --enable-gnome" \
- || myconf="${myconf} --disable-gnome"
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- $myconf || die
-
- emake || die
-}
-
-src_install () {
- make \
- prefix=${D}/usr \
- sysconfdir=${D}/etc/X11/openbox \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
-
- dodoc ChangeLog AUTHORS COPYING INSTALL README TODO NEWS
- docinto data
- dodoc data/README*
-
- dodir /etc/X11/Sessions
- echo "/usr/bin/openbox" > ${D}/etc/X11/Sessions/openbox
- chmod +x ${D}/etc/X11/Sessions/openbox
-}
diff --git a/x11-wm/openbox/openbox-0.99.3.ebuild b/x11-wm/openbox/openbox-0.99.3.ebuild
index e4351b07b597..20608207dbac 100644
--- a/x11-wm/openbox/openbox-0.99.3.ebuild
+++ b/x11-wm/openbox/openbox-0.99.3.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Seemant Kulleen <seemant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-0.99.3.ebuild,v 1.2 2002/07/08 13:47:11 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-0.99.3.ebuild,v 1.3 2002/07/10 19:07:01 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Window manager based on BlackBox"
@@ -16,7 +15,7 @@ RDEPEND="${DEPEND}
PROVIDE="virtual/blackbox"
SLOT="0"
-LICENSE="Artistic"
+LICENSE="BSD"
KEYWORDS="x86"
src_compile() {
diff --git a/x11-wm/openbox/openbox-1.2.3.ebuild b/x11-wm/openbox/openbox-1.2.3.ebuild
index 1662a691a46b..87f4568ef3d1 100644
--- a/x11-wm/openbox/openbox-1.2.3.ebuild
+++ b/x11-wm/openbox/openbox-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-1.2.3.ebuild,v 1.2 2002/07/08 13:47:11 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-1.2.3.ebuild,v 1.3 2002/07/10 19:07:01 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Window manager based on BlackBox"
@@ -15,7 +15,7 @@ RDEPEND="${DEPEND}
PROVIDE="virtual/blackbox"
SLOT="0"
-LICENSE="as-is"
+LICENSE="BSD"
KEYWORDS="x86"
src_compile() {