diff options
author | 2001-10-11 19:43:25 +0000 | |
---|---|---|
committer | 2001-10-11 19:43:25 +0000 | |
commit | b4fc9ce8fbd2e8f51c6237235696b7fe894b1dd3 (patch) | |
tree | d7e8727fd3f984323cd23faae55ce80321f37d49 /app-office/mrproject | |
parent | updated to 0.4.1 (diff) | |
download | historical-b4fc9ce8fbd2e8f51c6237235696b7fe894b1dd3.tar.gz historical-b4fc9ce8fbd2e8f51c6237235696b7fe894b1dd3.tar.bz2 historical-b4fc9ce8fbd2e8f51c6237235696b7fe894b1dd3.zip |
removed old
Diffstat (limited to 'app-office/mrproject')
-rw-r--r-- | app-office/mrproject/files/digest-mrproject-0.4.0-r1 | 1 | ||||
-rw-r--r-- | app-office/mrproject/files/mrproject-0.4.0-compile.patch | 34 | ||||
-rw-r--r-- | app-office/mrproject/mrproject-0.4.0-r1.ebuild | 59 |
3 files changed, 0 insertions, 94 deletions
diff --git a/app-office/mrproject/files/digest-mrproject-0.4.0-r1 b/app-office/mrproject/files/digest-mrproject-0.4.0-r1 deleted file mode 100644 index 6363e2df2b11..000000000000 --- a/app-office/mrproject/files/digest-mrproject-0.4.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 758bc531c78f420674abe4da5d8eaa25 mrproject-0.4.0.tar.gz diff --git a/app-office/mrproject/files/mrproject-0.4.0-compile.patch b/app-office/mrproject/files/mrproject-0.4.0-compile.patch deleted file mode 100644 index f0a9e2d79829..000000000000 --- a/app-office/mrproject/files/mrproject-0.4.0-compile.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -u -r mrproject-0.4.0.orig/client/widgets/Makefile.am mrproject-0.4.0/client/widgets/Makefile.am ---- mrproject-0.4.0.orig/client/widgets/Makefile.am Mon Jul 30 14:28:23 2001 -+++ mrproject-0.4.0/client/widgets/Makefile.am Sat Oct 6 13:42:04 2001 -@@ -1,5 +1,6 @@ - INCLUDES = \ - $(GNOMEUI_GAL_CFLAGS) \ -+ $(ORBIT_CFLAGS) \ - -I$(top_srcdir) \ - -I$(top_builddir) - -diff -u -r mrproject-0.4.0.orig/libmrproject/Makefile.am mrproject-0.4.0/libmrproject/Makefile.am ---- mrproject-0.4.0.orig/libmrproject/Makefile.am Wed Sep 5 21:28:55 2001 -+++ mrproject-0.4.0/libmrproject/Makefile.am Sat Oct 6 13:31:06 2001 -@@ -3,7 +3,8 @@ - -I$(top_builddir) \ - -I$(top_srcdir)/libmrproject \ - -I$(top_builddir)/libmrproject \ -- $(IDL_FLAGS) -+ $(IDL_FLAGS) \ -+ $(ORBIT_CFLAGS) - - LDFLAGS= \ - $(ORBIT_LIBS) -diff -u -r mrproject-0.4.0.orig/util/Makefile.am mrproject-0.4.0/util/Makefile.am ---- mrproject-0.4.0.orig/util/Makefile.am Mon Sep 17 16:39:38 2001 -+++ mrproject-0.4.0/util/Makefile.am Sat Oct 6 13:30:58 2001 -@@ -2,6 +2,7 @@ - -I$(top_srcdir) \ - $(GNOME_CFLAGS) \ - $(VFS_CFLAGS) \ -+ $(ORBIT_CFLAGS) \ - -DMRPROJECT_IMAGEDIR=\"$(datadir)/images/mrproject/\" \ - -DG_LOG_DOMAIN=\"MrProject\" - diff --git a/app-office/mrproject/mrproject-0.4.0-r1.ebuild b/app-office/mrproject/mrproject-0.4.0-r1.ebuild deleted file mode 100644 index fb798cca4d2c..000000000000 --- a/app-office/mrproject/mrproject-0.4.0-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Mikael Hallendal <micke@hallendal.net> -# $Header: /var/cvsroot/gentoo-x86/app-office/mrproject/mrproject-0.4.0-r1.ebuild,v 1.2 2001/10/06 20:15:36 hallski Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Project management application for GNOME" -SRC_URI="ftp://ftp.codefactory.se/pub/software/mrproject/source/${A}" -HOMEPAGE="http://mrproject.codefactory.se/" - -RDEPEND=">=media-libs/gdk-pixbuf-0.11.0-r1 - >=gnome-base/ORBit-0.5.10-r1 - >=gnome-extra/gal-0.13-r1 - >=gnome-base/bonobo-1.0.9-r1 - >=gnome-base/libglade-0.17-r1 - >=dev-libs/libxml-1.8.15 - >=gnome-base/gconf-1.0.4-r2 - >=gnome-base/gnome-vfs-1.0.2-r1 - >=gnome-base/oaf-0.6.6-r1 - >=gnome-base/gnome-print-0.30" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=dev-util/xml-i18n-tools-0.8.4" - - -src_unpack() { - unpack ${A} - - cd ${S} - patch -p1 < ${FILESDIR}/${P}-compile.patch - automake -} - -src_compile() { - local myconf - - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-more-warnings \ - --without-python $myconf || die - - emake || die -} - -src_install () { - try make DESTDIR=${D} install - - dodoc AUTHORS COPYING ChangeLog README NEWS TODO -} - - - |