diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-11 13:32:21 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-11 13:32:21 +0000 |
commit | 3da10bc6bebfe78a6154c8a7e7b427a336db5b97 (patch) | |
tree | bc6548ba8dbc49bce5d34f73d08d2c4521429fac | |
parent | test can only run if userpriv in FEATURES. Also, removed ~ia64 and ~ppc64 ke... (diff) | |
download | gentoo-2-3da10bc6bebfe78a6154c8a7e7b427a336db5b97.tar.gz gentoo-2-3da10bc6bebfe78a6154c8a7e7b427a336db5b97.tar.bz2 gentoo-2-3da10bc6bebfe78a6154c8a7e7b427a336db5b97.zip |
Add patch to fix installation directory.
(Portage version: 2.0.51.22-r3)
-rw-r--r-- | dev-db/knoda/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/knoda/files/digest-knoda-0.7.4-r1 | 1 | ||||
-rw-r--r-- | dev-db/knoda/files/knoda-0.7.4-makefile.patch | 88 | ||||
-rw-r--r-- | dev-db/knoda/knoda-0.7.4-r1.ebuild | 28 |
4 files changed, 124 insertions, 1 deletions
diff --git a/dev-db/knoda/ChangeLog b/dev-db/knoda/ChangeLog index ee8324633fb6..6bd7249b0db3 100644 --- a/dev-db/knoda/ChangeLog +++ b/dev-db/knoda/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/knoda # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/ChangeLog,v 1.30 2005/06/27 20:18:22 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/ChangeLog,v 1.31 2005/10/11 13:32:21 greg_g Exp $ + +*knoda-0.7.4-r1 (11 Oct 2005) + + 11 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> + +files/knoda-0.7.4-makefile.patch, +knoda-0.7.4-r1.ebuild: + Add patch to fix installation directory. *knoda-0.7.4 (27 Jun 2005) diff --git a/dev-db/knoda/files/digest-knoda-0.7.4-r1 b/dev-db/knoda/files/digest-knoda-0.7.4-r1 new file mode 100644 index 000000000000..07c0ef60c736 --- /dev/null +++ b/dev-db/knoda/files/digest-knoda-0.7.4-r1 @@ -0,0 +1 @@ +MD5 048c550d6749fcf8f980883af87e9ec4 knoda-0.7.4.tar.bz2 4216229 diff --git a/dev-db/knoda/files/knoda-0.7.4-makefile.patch b/dev-db/knoda/files/knoda-0.7.4-makefile.patch new file mode 100644 index 000000000000..78d83e0bcbf9 --- /dev/null +++ b/dev-db/knoda/files/knoda-0.7.4-makefile.patch @@ -0,0 +1,88 @@ +diff -Nur knoda-0.7.4.orig/hk_kdeclasses/Makefile.am knoda-0.7.4/hk_kdeclasses/Makefile.am +--- knoda-0.7.4.orig/hk_kdeclasses/Makefile.am 2005-06-11 18:41:20.000000000 +0200 ++++ knoda-0.7.4/hk_kdeclasses/Makefile.am 2005-10-11 13:09:37.000000000 +0200 +@@ -1,7 +1,4 @@ + ## Makefile.am for hk_kdeclasses +-libdir=$(kde_libraries) +-includedir=$(kde_includes) +- + + SUBDIRS = . pics + +diff -Nur knoda-0.7.4.orig/hk_kdedbdesigner/Makefile.am knoda-0.7.4/hk_kdedbdesigner/Makefile.am +--- knoda-0.7.4.orig/hk_kdedbdesigner/Makefile.am 2004-05-01 17:36:38.000000000 +0200 ++++ knoda-0.7.4/hk_kdedbdesigner/Makefile.am 2005-10-11 14:57:38.000000000 +0200 +@@ -1,7 +1,4 @@ + ## Makefile.am for hk_kdeclasses +-libdir=$(kde_libraries) +-includedir=$(kde_includes) +- + + SUBDIRS = . + +diff -Nur knoda-0.7.4.orig/hk_kdeformpart/Makefile.am knoda-0.7.4/hk_kdeformpart/Makefile.am +--- knoda-0.7.4.orig/hk_kdeformpart/Makefile.am 2004-08-08 19:34:57.000000000 +0200 ++++ knoda-0.7.4/hk_kdeformpart/Makefile.am 2005-10-11 14:57:48.000000000 +0200 +@@ -1,7 +1,4 @@ + ## Makefile.am for hk_kdeclasses +-libdir=$(kde_libraries) +-includedir=$(kde_includes) +- + + SUBDIRS = . + +diff -Nur knoda-0.7.4.orig/hk_kdegridpart/Makefile.am knoda-0.7.4/hk_kdegridpart/Makefile.am +--- knoda-0.7.4.orig/hk_kdegridpart/Makefile.am 2003-06-19 16:08:16.000000000 +0200 ++++ knoda-0.7.4/hk_kdegridpart/Makefile.am 2005-10-11 14:57:58.000000000 +0200 +@@ -1,7 +1,4 @@ + ## Makefile.am for hk_kdeclasses +-libdir=$(kde_libraries) +-includedir=$(kde_includes) +- + + SUBDIRS = . + +diff -Nur knoda-0.7.4.orig/hk_kdeqbepart/Makefile.am knoda-0.7.4/hk_kdeqbepart/Makefile.am +--- knoda-0.7.4.orig/hk_kdeqbepart/Makefile.am 2004-05-16 16:14:20.000000000 +0200 ++++ knoda-0.7.4/hk_kdeqbepart/Makefile.am 2005-10-11 14:58:08.000000000 +0200 +@@ -1,7 +1,4 @@ + ## Makefile.am for hk_kdeclasses +-libdir=$(kde_libraries) +-includedir=$(kde_includes) +- + + SUBDIRS = . + +diff -Nur knoda-0.7.4.orig/hk_kdequerypart/Makefile.am knoda-0.7.4/hk_kdequerypart/Makefile.am +--- knoda-0.7.4.orig/hk_kdequerypart/Makefile.am 2004-08-08 19:34:58.000000000 +0200 ++++ knoda-0.7.4/hk_kdequerypart/Makefile.am 2005-10-11 14:58:18.000000000 +0200 +@@ -1,7 +1,4 @@ + ## Makefile.am for hk_kdeclasses +-libdir=$(kde_libraries) +-includedir=$(kde_includes) +- + + SUBDIRS = . + +diff -Nur knoda-0.7.4.orig/hk_kdereportpart/Makefile.am knoda-0.7.4/hk_kdereportpart/Makefile.am +--- knoda-0.7.4.orig/hk_kdereportpart/Makefile.am 2004-08-09 20:12:32.000000000 +0200 ++++ knoda-0.7.4/hk_kdereportpart/Makefile.am 2005-10-11 14:58:30.000000000 +0200 +@@ -1,7 +1,4 @@ + ## Makefile.am for hk_kdeclasses +-libdir=$(kde_libraries) +-includedir=$(kde_includes) +- + + SUBDIRS = . + +diff -Nur knoda-0.7.4.orig/hk_kdetablepart/Makefile.am knoda-0.7.4/hk_kdetablepart/Makefile.am +--- knoda-0.7.4.orig/hk_kdetablepart/Makefile.am 2004-08-08 19:34:59.000000000 +0200 ++++ knoda-0.7.4/hk_kdetablepart/Makefile.am 2005-10-11 14:58:39.000000000 +0200 +@@ -1,7 +1,4 @@ + ## Makefile.am for hk_kdeclasses +-libdir=$(kde_libraries) +-includedir=$(kde_includes) +- + + SUBDIRS = . + diff --git a/dev-db/knoda/knoda-0.7.4-r1.ebuild b/dev-db/knoda/knoda-0.7.4-r1.ebuild new file mode 100644 index 000000000000..6cdb933293d2 --- /dev/null +++ b/dev-db/knoda/knoda-0.7.4-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.7.4-r1.ebuild,v 1.1 2005/10/11 13:32:21 greg_g Exp $ + +inherit kde eutils + +DESCRIPTION="KDE database frontend based on the hk_classes library" +HOMEPAGE="http://hk-classes.sourceforge.net/" +SRC_URI="mirror://sourceforge/knoda/${P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-db/hk_classes-${PV}" + +need-kde 3 + +src_unpack() { + kde_src_unpack + + # Fix install directory. + epatch "${FILESDIR}/${P}-makefile.patch" + + # For the makefile patch + make -f admin/Makefile.common || die +} |