summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-07-08 04:46:42 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-07-08 04:46:42 +0000
commitb1d714ca68979f6d5a550e5ea70a42a1ba76ab42 (patch)
tree9913e2f4bca6f09f7f57035b8d81b8e2f411c3d2
parentremoved stale versions (diff)
downloadgentoo-2-b1d714ca68979f6d5a550e5ea70a42a1ba76ab42.tar.gz
gentoo-2-b1d714ca68979f6d5a550e5ea70a42a1ba76ab42.tar.bz2
gentoo-2-b1d714ca68979f6d5a550e5ea70a42a1ba76ab42.zip
repoman fixes
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-1.0.71
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-1.0.81
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-1.1.3-r11
-rw-r--r--app-office/gnumeric/gnumeric-1.0.7.ebuild121
-rw-r--r--app-office/gnumeric/gnumeric-1.0.8.ebuild124
-rw-r--r--app-office/gnumeric/gnumeric-1.1.3-r1.ebuild79
-rw-r--r--media-sound/alsa-tools/alsa-tools-0.9.0_beta10-r1.ebuild53
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_beta10-r11
-rw-r--r--net-ftp/kbear/files/digest-kbear-1.2.1-r11
-rw-r--r--net-ftp/kbear/kbear-1.2.1-r1.ebuild35
10 files changed, 0 insertions, 417 deletions
diff --git a/app-office/gnumeric/files/digest-gnumeric-1.0.7 b/app-office/gnumeric/files/digest-gnumeric-1.0.7
deleted file mode 100644
index 9cb375edda32..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-1.0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dd807029289a9bdaf898c2c89e235462 gnumeric-1.0.7.tar.bz2 10324254
diff --git a/app-office/gnumeric/files/digest-gnumeric-1.0.8 b/app-office/gnumeric/files/digest-gnumeric-1.0.8
deleted file mode 100644
index 87ea7eadb27b..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-1.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 179dd7df88f91b0a6da6c5ad909c479e gnumeric-1.0.8.tar.bz2 10504577
diff --git a/app-office/gnumeric/files/digest-gnumeric-1.1.3-r1 b/app-office/gnumeric/files/digest-gnumeric-1.1.3-r1
deleted file mode 100644
index c07b643cd2d3..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-1.1.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 254c8a7b5d783b6fbc868795e599a9e3 gnumeric-1.1.3.tar.bz2 6265924
diff --git a/app-office/gnumeric/gnumeric-1.0.7.ebuild b/app-office/gnumeric/gnumeric-1.0.7.ebuild
deleted file mode 100644
index c2c2f9017c0e..000000000000
--- a/app-office/gnumeric/gnumeric-1.0.7.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.0.7.ebuild,v 1.1 2002/06/06 21:21:50 azarah Exp $
-
-#provide Xmake and Xemake
-
-inherit virtualx
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
-
-#Eye Of Gnome (media-gfx/eog) is for image support.
-RDEPEND="=x11-libs/gtk+-1.2*
- >=gnome-base/gnome-libs-1.4.1.2-r1
- >=gnome-base/oaf-0.6.7
- >=gnome-base/ORBit-0.5.12-r1
- >=gnome-base/libglade-0.17
- >=gnome-base/gnome-print-0.31
- >=gnome-extra/gal-0.18
- >=dev-libs/libole2-0.2.4
- >=media-gfx/eog-0.6
- =dev-libs/libxml-1.8*
- =media-libs/freetype-1.3*
- bonobo? ( >=gnome-base/bonobo-1.0.17 )
- perl? ( >=sys-devel/perl-5.6 )
- python? ( >=dev-lang/python-2.0 )
- gb? ( ~gnome-extra/gb-0.0.17 )
- libgda? ( >=gnome-extra/libgda-0.2.91
- >=gnome-base/bonobo-1.0.17 )
- evo? ( >=net-mail/evolution-0.13 )"
-
-#will only work once everybody has decided that they should support
-#the latest versions of programs, or if we live in a perfect world,
-#and subsequent versions do not break compatibility.
-# guile? ( >=dev-util/guile-1.5 )"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext
- >=dev-util/intltool-0.11 )"
-
-
-src_unpack() {
- unpack ${A}
-
- #patch 'gnumeric-doc.make' to look for files in the correct place.
-# cd ${S}/doc
-# patch -p0 <${FILESDIR}/${P}-docbuild.patch || die
-# cd ${S}
-}
-
-src_compile() {
-
- # fix the relink bug, and invalid paths in .ls files.
- libtoolize --copy --force
-
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- if [ -n "`use gb`" ]; then
- myconf="${myconf} --with-gb"
- else
- myconf="${myconf} --without-gb"
- fi
- #broken as we cannot use guile-1.5 (break gnucash)
- if [ -n "`use guile`" ]; then
- myconf="${myconf} --without-guile"
- else
- myconf="${myconf} --without-guile"
- fi
- if [ -n "`use perl`" ]; then
- myconf="${myconf} --with-perl"
- else
- myconf="${myconf} --without-perl"
- fi
- if [ -n "`use python`" ]; then
- myconf="${myconf} --with-python"
- else
- myconf="${myconf} --without-python"
- fi
- if [ -n "`use libgda`" ]; then
- myconf="${myconf} --with-gda --with-bonobo"
- else
- myconf="${myconf} --without-gda"
- fi
- if [ -n "`use evo`" ]; then
- myconf="${myconf} --with-evolution"
- fi
- if [ -n "`use bonobo`" ]; then
- myconf="${myconf} --with-bonobo"
- elif [ -z "`use libgda`" ]; then
- myconf="${myconf} --without-bonobo"
- fi
-
- CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- ${myconf} || die
-
- #'gnumeric --dump-func-defs' needs to write to ${HOME}/.gnome/, or
- #else the build fails.
- addwrite "${HOME}/.gnome"
-
- #the build process have to be able to connect to X
- Xemake || Xmake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- install || die
-
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-}
-
diff --git a/app-office/gnumeric/gnumeric-1.0.8.ebuild b/app-office/gnumeric/gnumeric-1.0.8.ebuild
deleted file mode 100644
index b902fd74aa79..000000000000
--- a/app-office/gnumeric/gnumeric-1.0.8.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.0.8.ebuild,v 1.1 2002/06/30 18:33:39 azarah Exp $
-
-#provide Xmake and Xemake
-
-inherit virtualx libtool
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
-SLOT="0"
-LICENSE="GPL-2"
-
-#Eye Of Gnome (media-gfx/eog) is for image support.
-RDEPEND="=x11-libs/gtk+-1.2*
- >=gnome-base/gnome-libs-1.4.1.2-r1
- >=gnome-base/oaf-0.6.7
- >=gnome-base/ORBit-0.5.12-r1
- ( >=gnome-base/libglade-0.17
- <gnome-base/libglade-0.99 )
- >=gnome-base/gnome-print-0.31
- >=gnome-extra/gal-0.18
- >=dev-libs/libole2-0.2.4
- >=media-gfx/eog-0.6
- =dev-libs/libxml-1.8*
- =media-libs/freetype-1.3*
- bonobo? ( >=gnome-base/bonobo-1.0.17 )
- perl? ( >=sys-devel/perl-5.6 )
- python? ( >=dev-lang/python-2.0 )
- gb? ( ~gnome-extra/gb-0.0.17 )
- libgda? ( >=gnome-extra/libgda-0.2.91
- >=gnome-base/bonobo-1.0.17 )
- evo? ( >=net-mail/evolution-0.13 )"
-
-#will only work once everybody has decided that they should support
-#the latest versions of programs, or if we live in a perfect world,
-#and subsequent versions do not break compatibility.
-# guile? ( >=dev-util/guile-1.5 )"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext
- >=dev-util/intltool-0.11 )"
-
-
-src_unpack() {
- unpack ${A}
-
- #patch 'gnumeric-doc.make' to look for files in the correct place.
-# cd ${S}/doc
-# patch -p0 <${FILESDIR}/${P}-docbuild.patch || die
-# cd ${S}
-}
-
-src_compile() {
-
- # fix the relink bug, and invalid paths in .ls files.
- elibtoolize
-
- local myconf=""
- if [ -z "`use nls`" ] ; then
- myconf="${myconf} --disable-nls"
- fi
- if [ -n "`use gb`" ]; then
- myconf="${myconf} --with-gb"
- else
- myconf="${myconf} --without-gb"
- fi
- #broken as we cannot use guile-1.5 (break gnucash)
- if [ -n "`use guile`" ]; then
- myconf="${myconf} --without-guile"
- else
- myconf="${myconf} --without-guile"
- fi
- if [ -n "`use perl`" ]; then
- myconf="${myconf} --with-perl"
- else
- myconf="${myconf} --without-perl"
- fi
- if [ -n "`use python`" ]; then
- myconf="${myconf} --with-python"
- else
- myconf="${myconf} --without-python"
- fi
- if [ -n "`use libgda`" ]; then
- myconf="${myconf} --with-gda --with-bonobo"
- else
- myconf="${myconf} --without-gda"
- fi
- if [ -n "`use evo`" ]; then
- myconf="${myconf} --with-evolution"
- fi
- if [ -n "`use bonobo`" ]; then
- myconf="${myconf} --with-bonobo"
- elif [ -z "`use libgda`" ]; then
- myconf="${myconf} --without-bonobo"
- fi
-
- CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- ${myconf} || die
-
- #'gnumeric --dump-func-defs' needs to write to ${HOME}/.gnome/, or
- #else the build fails.
- addwrite "${HOME}/.gnome"
-
- #the build process have to be able to connect to X
- Xemake || Xmake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- install || die
-
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-}
-
diff --git a/app-office/gnumeric/gnumeric-1.1.3-r1.ebuild b/app-office/gnumeric/gnumeric-1.1.3-r1.ebuild
deleted file mode 100644
index f850740af4d7..000000000000
--- a/app-office/gnumeric/gnumeric-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.1.3-r1.ebuild,v 1.2 2002/06/30 18:33:39 azarah Exp $
-
-#provide Xmake and Xemake
-. /usr/portage/eclass/inherit.eclass
-inherit virtualx
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
-SLOT="0"
-LICENSE="GPL-2"
-
-
-#Eye Of Gnome (media-gfx/eog) is for image support.
-RDEPEND="=x11-libs/gtk+-2.0*
- =dev-libs/glib-2.0*
- >=gnome-base/libgnome-1.105.0
- >=gnome-base/libgnomeui-1.106.0
- >=gnome-base/libbonobo-1.106.0
- >=gnome-base/libbonoboui-1.106.0
- >=gnome-extra/libgnomeprint-1.106.0
- >=gnome-extra/libgnomeprintui-1.106.0
- >=gnome-extra/gal2-0.0.3
- >=gnome-base/libglade-1.99.10
- dev-libs/libxml2
- perl? ( >=sys-devel/perl-5.6 )
- python? ( >=dev-lang/python-2.0 )
- gb? ( ~gnome-extra/gb-0.0.17 )
- libgda? ( >=gnome-extra/libgda-0.2.91
- >=gnome-base/bonobo-1.0.17 )
- evo? ( >=net-mail/evolution-0.13 )"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext
- >=dev-util/intltool-0.11 )"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # fix the relink bug, and invalid paths in .ls files.
- libtoolize --copy --force
-}
-
-src_compile() {
- local myconf
- use nls || myconf="--disable-nls"
- use gb && myconf="${myconf} --with-gb" || myconf="${myconf} --without-gb"
-
- use guile && myconf="${myconf} --with-guile" || myconf="${myconf} --without-guile"
- use perl && myconf="${myconf} --with-perl" || myconf="${myconf} --without-perl"
- use python && yconf="${myconf} --with-python" || myconf="${myconf} --without-python"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- ${myconf} || die
-
- #'gnumeric --dump-func-defs' needs to write to ${HOME}/.gnome/, or
- #else the build fails.
- # addwrite "${HOME}/.gnome"
-
- #the build process have to be able to connect to X
- Xemake || Xmake || die
-}
-
-src_install() {
- export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- install || die
-
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-}
-
diff --git a/media-sound/alsa-tools/alsa-tools-0.9.0_beta10-r1.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.0_beta10-r1.ebuild
deleted file mode 100644
index 63b8d480625d..000000000000
--- a/media-sound/alsa-tools/alsa-tools-0.9.0_beta10-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Arcady Genkin <agenkin@thpoon.com>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-0.9.0_beta10-r1.ebuild,v 1.1 2002/02/17 18:07:07 agenkin Exp $
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-DEPEND="virtual/glibc
- ~media-libs/alsa-lib-0.9.0.1_beta10
- >=x11-libs/gtk+-1.0.1"
-
-#transform P to match tarball versioning
-MYPV="${PV/_beta/beta}"
-MYP="${PN}-${MYPV}"
-S="${WORKDIR}/${MYP}"
-
-SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${MYP}.tar.bz2"
-
-# This is a list of the tools in the package.
-ALSA_TOOLS="ac3dec as10k1 envy24control sb16_csp seq/sbiload"
-
-src_compile() {
- # Some of the tools don't make proper use of CFLAGS, even though
- # all of them seem to use autoconf. This needs to be fixed.
- local f
- for f in ${ALSA_TOOLS}
- do
- cd "${S}/${f}"
- ./configure --host="${CHOST}" --prefix=/usr || die "./configure failed"
- emake || die "Parallel Make Failed"
- done
-}
-
-src_install() {
- local f
- for f in ${ALSA_TOOLS}
- do
- # Install the main stuff
- cd "${S}/${f}"
- make DESTDIR="${D}" install || die
-
- # Install the text documentation
- local doc
- for doc in README TODO ChangeLog COPYING AUTHORS
- do
- if [ -f "${doc}" ]
- then
- mv "${doc}" "${doc}.`basename ${f}`"
- dodoc "${doc}.`basename ${f}`"
- fi
- done
- done
-}
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_beta10-r1 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_beta10-r1
deleted file mode 100644
index add97c8b84f5..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_beta10-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2461717cde689d95f2354534cced3236 alsa-tools-0.9.0beta10.tar.bz2 163354
diff --git a/net-ftp/kbear/files/digest-kbear-1.2.1-r1 b/net-ftp/kbear/files/digest-kbear-1.2.1-r1
deleted file mode 100644
index 09bf33512a44..000000000000
--- a/net-ftp/kbear/files/digest-kbear-1.2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5bb311d0f582803a7ffbcef5c8a12b5e kbear-1.2.1.src.tar.bz2 925772
diff --git a/net-ftp/kbear/kbear-1.2.1-r1.ebuild b/net-ftp/kbear/kbear-1.2.1-r1.ebuild
deleted file mode 100644
index da167a19cae2..000000000000
--- a/net-ftp/kbear/kbear-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/kbear/kbear-1.2.1-r1.ebuild,v 1.5 2001/09/29 21:03:26 danarmak Exp $
-
-
-A=${P}.src.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="An FTP Manager "
-SRC_URI="http://download.sourceforge.net/kbear/${A}"
-HOMEPAGE="http://kbear.sourceforge.net"
-
-DEPEND="kde-base/kde-env
- >=kde-base/kdelibs-2.1.1"
-
-RDEPEND=$DEPEND
-
-src_compile() {
- local myconf
- if [ "`use qtmt`" ]
- then
- myconf="--enable-mt"
- fi
- myconf="$myconf --enable-mitshm"
- try ./configure --prefix=${KDEDIR} --host=${CHOST} $myconf
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-