summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-10-13 15:38:24 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-10-13 15:38:24 +0000
commitdfce4f9274a78d1c4d5378403a0e281d6032c101 (patch)
treee9b8720d0376467b72bc052c83959ae630d48146 /x11-libs
parentSRC_URI fix. Thanks spyderous (Manifest recommit) (diff)
downloadgentoo-2-dfce4f9274a78d1c4d5378403a0e281d6032c101.tar.gz
gentoo-2-dfce4f9274a78d1c4d5378403a0e281d6032c101.tar.bz2
gentoo-2-dfce4f9274a78d1c4d5378403a0e281d6032c101.zip
remove older revisions of x11-libs/fox-1.2.6...
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/fox/ChangeLog6
-rw-r--r--x11-libs/fox/files/digest-fox-1.2.61
-rw-r--r--x11-libs/fox/files/digest-fox-1.2.6-r11
-rw-r--r--x11-libs/fox/fox-1.2.6-r1.ebuild47
-rw-r--r--x11-libs/fox/fox-1.2.6.ebuild45
5 files changed, 5 insertions, 95 deletions
diff --git a/x11-libs/fox/ChangeLog b/x11-libs/fox/ChangeLog
index fc33083217db..afc2c589e56b 100644
--- a/x11-libs/fox/ChangeLog
+++ b/x11-libs/fox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/fox
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.29 2004/10/12 21:46:26 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.30 2004/10/13 15:38:24 s4t4n Exp $
+
+ 13 Oct 2004; Michele Noberasco <s4t4n@gentoo.org> fox-1.2.6.ebuild,
+ fox-1.2.6-r1.ebuild:
+ Remove these older revisions...
12 Oct 2004; Guy Martin <gmsoft@gentoo.org> fox-1.2.6-r2.ebuild:
Stable on hppa.
diff --git a/x11-libs/fox/files/digest-fox-1.2.6 b/x11-libs/fox/files/digest-fox-1.2.6
deleted file mode 100644
index 9f20cdacf989..000000000000
--- a/x11-libs/fox/files/digest-fox-1.2.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a178e70c8ec1422ead2216f6406d3679 fox-1.2.6.tar.gz 3770911
diff --git a/x11-libs/fox/files/digest-fox-1.2.6-r1 b/x11-libs/fox/files/digest-fox-1.2.6-r1
deleted file mode 100644
index 9f20cdacf989..000000000000
--- a/x11-libs/fox/files/digest-fox-1.2.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a178e70c8ec1422ead2216f6406d3679 fox-1.2.6.tar.gz 3770911
diff --git a/x11-libs/fox/fox-1.2.6-r1.ebuild b/x11-libs/fox/fox-1.2.6-r1.ebuild
deleted file mode 100644
index 9c6eaf2c4801..000000000000
--- a/x11-libs/fox/fox-1.2.6-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.2.6-r1.ebuild,v 1.1 2004/08/23 18:54:22 s4t4n Exp $
-
-IUSE="cups debug freetype opengl"
-DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily and effectively"
-SRC_URI="http://www.fox-toolkit.org/ftp/${P}.tar.gz"
-HOMEPAGE="http://www.fox-toolkit.org"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
-LICENSE="GPL-2"
-
-DEPEND="virtual/libc
- virtual/x11
- freetype? ( >=media-libs/freetype-2.1.5-r1 )
- opengl? ( virtual/opengl )"
-
-
-src_compile() {
- local myconf
-
- use opengl || myconf="$myconf --with-opengl=no" #default enabled
- myconf="$myconf `use_enable cups`" #default disabled
- myconf="$myconf `use_enable debug`" #default disabled
- use freetype && myconf="$myconf --with-xft" #default disabled
-
- ./configure \
- --prefix=/usr \
- --mandir='${prefix}'/share/man \
- --host=${CHOST} \
- ${myconf} || die "Configuration Failed"
-
- emake || die "Parallel Make Failed"
-}
-
-src_install () {
-
- make prefix=${D}/usr/ \
- install || die "Installation Failed"
-
- dodoc README INSTALL LICENSE ADDITIONS AUTHORS TRACING
-
- dodir /usr/share/doc/${PF}/html
- mv ${D}/usr/fox/html/* ${D}/usr/share/doc/${PF}/html/
- rmdir ${D}/usr/fox/html
- rmdir ${D}/usr/fox
-}
diff --git a/x11-libs/fox/fox-1.2.6.ebuild b/x11-libs/fox/fox-1.2.6.ebuild
deleted file mode 100644
index 69889b84a500..000000000000
--- a/x11-libs/fox/fox-1.2.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.2.6.ebuild,v 1.2 2004/07/09 13:26:33 fmccor Exp $
-
-IUSE="cups debug opengl"
-DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily and effectively"
-SRC_URI="http://www.fox-toolkit.org/ftp/${P}.tar.gz"
-HOMEPAGE="http://www.fox-toolkit.org"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
-LICENSE="GPL-2"
-
-DEPEND="virtual/libc
- virtual/x11
- opengl? ( virtual/opengl )"
-
-
-src_compile() {
- local myconf
-
- use opengl || myconf="$myconf --with-opengl=no" #default enabled
- myconf="$myconf `use_enable cups`" #default disabled
- myconf="$myconf `use_enable debug`" #default disabled
-
- ./configure \
- --prefix=/usr \
- --mandir='${prefix}'/share/man \
- --host=${CHOST} \
- ${myconf} || die "Configuration Failed"
-
- emake || die "Parallel Make Failed"
-}
-
-src_install () {
-
- make prefix=${D}/usr/ \
- install || die "Installation Failed"
-
- dodoc README INSTALL LICENSE ADDITIONS AUTHORS TRACING
-
- dodir /usr/share/doc/${PF}/html
- mv ${D}/usr/fox/html/* ${D}/usr/share/doc/${PF}/html/
- rmdir ${D}/usr/fox/html
- rmdir ${D}/usr/fox
-}