diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-03-02 22:44:47 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-03-02 22:44:47 +0000 |
commit | 64be6805a6fc5330ea2d0c9c72613343b4d14f51 (patch) | |
tree | aeb626af103de6a187ea88325d4ba7debc789c18 | |
parent | Added ~amd64, bug #83408 (diff) | |
download | gentoo-2-64be6805a6fc5330ea2d0c9c72613343b4d14f51.tar.gz gentoo-2-64be6805a6fc5330ea2d0c9c72613343b4d14f51.tar.bz2 gentoo-2-64be6805a6fc5330ea2d0c9c72613343b4d14f51.zip |
mark x86
-rw-r--r-- | app-office/planner/files/digest-planner-0.12-r1 | 1 | ||||
-rw-r--r-- | app-office/planner/planner-0.12-r1.ebuild | 56 | ||||
-rw-r--r-- | app-office/planner/planner-0.12.1.ebuild | 4 |
3 files changed, 2 insertions, 59 deletions
diff --git a/app-office/planner/files/digest-planner-0.12-r1 b/app-office/planner/files/digest-planner-0.12-r1 deleted file mode 100644 index 31e91ba60dfa..000000000000 --- a/app-office/planner/files/digest-planner-0.12-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6d6cb645f87833ba0370847ed62d9400 planner-0.12.tar.bz2 2245780 diff --git a/app-office/planner/planner-0.12-r1.ebuild b/app-office/planner/planner-0.12-r1.ebuild deleted file mode 100644 index 933de4b16e58..000000000000 --- a/app-office/planner/planner-0.12-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12-r1.ebuild,v 1.5 2005/01/01 15:40:21 eradicator Exp $ - -inherit gnome2 - -DESCRIPTION="Project manager for Gnome2" -HOMEPAGE="http://planner.imendio.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" -IUSE="doc libgda python" - -RDEPEND=">=x11-libs/gtk+-2.0.5 - >=x11-libs/pango-1.0.3 - >=dev-libs/glib-2.0.4 - >=gnome-base/libgnomecanvas-2.0.1 - >=gnome-base/libglade-2.0.0 - >=gnome-base/libgnomeui-2.0.1 - >=gnome-base/gnome-vfs-2.0.2 - >=gnome-base/libgnomeprintui-2.1.9 - >=gnome-base/libbonoboui-2.0.0 - >=dev-libs/libxml2-2.4.7 - >=gnome-extra/libgsf-1.4 - app-text/scrollkeeper - libgda? ( >=gnome-extra/libgda-1.0 ) - python? ( >=dev-python/pygtk-2.0.0-r1 )" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - dev-util/intltool - doc? ( >=dev-util/gtk-doc-0.10 )" - -DOCS="AUTHORS COPYING ChangeL* INSTALL NEWS README*" - -# darn thing breaks in paralell make :/ -MAKEOPTS="${MAKEOPTS} -j1" -G2CONF="${G2CONF} $(use_enable libgda database) $(use_enable python) --disable-dotnet" - - -src_unpack () { - unpack ${A} - cd ${S} - # Upstream has a newer intltool, doing this will fix some dependency problems - elibtoolize - intltoolize --force && aclocal && autoconf && automake -} - -pkg_postinst () { - gnome2_pkg_postinst - einfo "You will have to unmerge mrproject and libmrproject after this" - einfo "those projects will soon dissapear, as soon as we can mark planner as stable" - echo "" - einfo "emerge unmerge mrproject libmrproject" -} diff --git a/app-office/planner/planner-0.12.1.ebuild b/app-office/planner/planner-0.12.1.ebuild index 21ef52d9adf3..1b14675c2dae 100644 --- a/app-office/planner/planner-0.12.1.ebuild +++ b/app-office/planner/planner-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12.1.ebuild,v 1.2 2005/01/01 15:40:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12.1.ebuild,v 1.3 2005/03/02 22:44:47 foser Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://planner.imendio.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64" IUSE="doc libgda python" RDEPEND=">=x11-libs/gtk+-2.0.5 |