diff options
author | 2001-10-06 23:18:43 +0000 | |
---|---|---|
committer | 2001-10-06 23:18:43 +0000 | |
commit | c6bbde5553614ec317929e4f281f6e6b10f2e26c (patch) | |
tree | 9bfcbfd5a15077b1e017f304c51efcac390b533b /gnome-apps | |
parent | removed from old location (diff) | |
download | gentoo-2-c6bbde5553614ec317929e4f281f6e6b10f2e26c.tar.gz gentoo-2-c6bbde5553614ec317929e4f281f6e6b10f2e26c.tar.bz2 gentoo-2-c6bbde5553614ec317929e4f281f6e6b10f2e26c.zip |
removed old locations
Diffstat (limited to 'gnome-apps')
-rw-r--r-- | gnome-apps/gtop/files/digest-gtop-1.0.13 | 1 | ||||
-rw-r--r-- | gnome-apps/gtop/gtop-1.0.13.ebuild | 34 | ||||
-rw-r--r-- | gnome-apps/seahorse/files/digest-seahorse-0.5.0 | 1 | ||||
-rw-r--r-- | gnome-apps/seahorse/seahorse-0.5.0.ebuild | 31 |
4 files changed, 0 insertions, 67 deletions
diff --git a/gnome-apps/gtop/files/digest-gtop-1.0.13 b/gnome-apps/gtop/files/digest-gtop-1.0.13 deleted file mode 100644 index 999efee19326..000000000000 --- a/gnome-apps/gtop/files/digest-gtop-1.0.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 4580801db3c87784b25f46a5bf1f5aba gtop-1.0.13.tar.gz diff --git a/gnome-apps/gtop/gtop-1.0.13.ebuild b/gnome-apps/gtop/gtop-1.0.13.ebuild deleted file mode 100644 index 0949afaa1898..000000000000 --- a/gnome-apps/gtop/gtop-1.0.13.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gtop/gtop-1.0.13.ebuild,v 1.4 2001/08/31 03:23:39 pm Exp $ - - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="gtop" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" -HOMEPGAE="http://www.gnome.org/" - -DEPEND=">=gnome-base/libgtop-1.0.9 - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - try ./configure --host=${CHOST} --prefix=/opt/gnome $myconf - try pmake -} - -src_install() { - - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING ChangeLog NEWS README TODO - -} - - - - diff --git a/gnome-apps/seahorse/files/digest-seahorse-0.5.0 b/gnome-apps/seahorse/files/digest-seahorse-0.5.0 deleted file mode 100644 index eeb35e52d1e4..000000000000 --- a/gnome-apps/seahorse/files/digest-seahorse-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d564444761060c2c568b9dac34bb54fb seahorse-0.5.0.tar.gz diff --git a/gnome-apps/seahorse/seahorse-0.5.0.ebuild b/gnome-apps/seahorse/seahorse-0.5.0.ebuild deleted file mode 100644 index 0df3ccf3a380..000000000000 --- a/gnome-apps/seahorse/seahorse-0.5.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/seahorse/seahorse-0.5.0.ebuild,v 1.6 2001/06/24 20:11:29 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="gnome front end to gnupg" -SRC_URI="http://download.sourceforge.net/seahorse/${A}" -HOMEPGAE="http://seahorse.sourceforge.net/" - -DEPEND="virtual/glibc virtual/x11 - >=app-crypt/gnupg-1.0.4 - >=gnome-base/gnome-libs-1.2" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/opt/gnome - try pmake -} - -src_install() { - try make DESTDIR=${D} localedir=${D}/opt/gnome/share/locale \ - gnulocaledir=${D}/opt/gnome/share/locale install - #try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING ChangeLog NEWS README TODO - -} - - - - |