diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-25 13:33:15 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-25 13:33:15 +0000 |
commit | 2698bc1607468457fa39d854fb83c22259292a84 (patch) | |
tree | 69a77613569d4f987d0c97a6c6e8156b24b4ab67 /app-arch | |
parent | *** empty log message *** (diff) | |
download | historical-2698bc1607468457fa39d854fb83c22259292a84.tar.gz historical-2698bc1607468457fa39d854fb83c22259292a84.tar.bz2 historical-2698bc1607468457fa39d854fb83c22259292a84.zip |
*** empty log message ***
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gnorpm/files/digest-gnorpm-0.95.1 | 1 | ||||
-rw-r--r-- | app-arch/gnorpm/gnorpm-0.95.1.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/app-arch/gnorpm/files/digest-gnorpm-0.95.1 b/app-arch/gnorpm/files/digest-gnorpm-0.95.1 deleted file mode 100644 index bd146cab735c..000000000000 --- a/app-arch/gnorpm/files/digest-gnorpm-0.95.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 80521433f88fa09899e9105a24c69ef9 gnorpm-0.95.1.tar.gz diff --git a/app-arch/gnorpm/gnorpm-0.95.1.ebuild b/app-arch/gnorpm/gnorpm-0.95.1.ebuild deleted file mode 100644 index 460c1cb49a7f..000000000000 --- a/app-arch/gnorpm/gnorpm-0.95.1.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 Achim Gottinger <achim@gentoo.org> -# $Header - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A Gnome RPM Frontend" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=gnome-base/gnome-libs-1.2.4 - >=gnome-base/libghttp-1.0.7 - >=gnome-base/libxml-1.8.10 - >=app-arch/rpm-3.0.5" - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install - - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} - - - |