diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-06-14 10:03:39 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-06-14 10:03:39 +0000 |
commit | 3aa3f7a17d4004c900849817972133e54c15e9e1 (patch) | |
tree | 178ee4ba78f3839ec13fa645bd0fac74c7da6484 /dev-db/knoda | |
parent | slotmove (diff) | |
download | gentoo-2-3aa3f7a17d4004c900849817972133e54c15e9e1.tar.gz gentoo-2-3aa3f7a17d4004c900849817972133e54c15e9e1.tar.bz2 gentoo-2-3aa3f7a17d4004c900849817972133e54c15e9e1.zip |
Remove old. Silence repoman.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/knoda')
-rw-r--r-- | dev-db/knoda/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/knoda/files/knoda-0.7.1-configure.patch | 141 | ||||
-rw-r--r-- | dev-db/knoda/files/knoda-0.7.4-makefile.patch | 88 | ||||
-rw-r--r-- | dev-db/knoda/knoda-0.7.1.ebuild | 23 | ||||
-rw-r--r-- | dev-db/knoda/knoda-0.7.4-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-db/knoda/knoda-0.7.4.ebuild | 20 | ||||
-rw-r--r-- | dev-db/knoda/knoda-0.8.1.ebuild | 21 | ||||
-rw-r--r-- | dev-db/knoda/knoda-0.8.1_alpha3.ebuild | 21 | ||||
-rw-r--r-- | dev-db/knoda/knoda-0.8.2_alpha3.ebuild | 21 | ||||
-rw-r--r-- | dev-db/knoda/knoda-0.8.3.ebuild | 3 |
10 files changed, 10 insertions, 365 deletions
diff --git a/dev-db/knoda/ChangeLog b/dev-db/knoda/ChangeLog index 094343b185fa..208426423e3f 100644 --- a/dev-db/knoda/ChangeLog +++ b/dev-db/knoda/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-db/knoda # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/ChangeLog,v 1.49 2009/06/14 10:01:35 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/ChangeLog,v 1.50 2009/06/14 10:03:38 scarabeus Exp $ + + 14 Jun 2009; Tomáš Chvátal <scarabeus@gentoo.org> -knoda-0.7.1.ebuild, + -files/knoda-0.7.1-configure.patch, -knoda-0.7.4.ebuild, + -knoda-0.7.4-r1.ebuild, -files/knoda-0.7.4-makefile.patch, + -knoda-0.8.1_alpha3.ebuild, -knoda-0.8.1.ebuild, + -knoda-0.8.2_alpha3.ebuild, knoda-0.8.3.ebuild: + Remove old. Silence repoman. 14 Jun 2009; Tomáš Chvátal <scarabeus@gentoo.org> knoda-0.7.1.ebuild, knoda-0.7.4.ebuild, knoda-0.7.4-r1.ebuild, knoda-0.8.1_alpha3.ebuild, diff --git a/dev-db/knoda/files/knoda-0.7.1-configure.patch b/dev-db/knoda/files/knoda-0.7.1-configure.patch deleted file mode 100644 index 12855216f392..000000000000 --- a/dev-db/knoda/files/knoda-0.7.1-configure.patch +++ /dev/null @@ -1,141 +0,0 @@ ---- configure.orig 2004-10-31 22:43:17.944347392 +0100 -+++ configure 2004-10-31 22:44:16.531440800 +0100 -@@ -25240,138 +25240,6 @@ - fi - - -- echo "$as_me:$LINENO: checking for mcopidl" >&5 --echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6 -- if test -n "$MCOPIDL"; then -- kde_cv_path="$MCOPIDL"; -- else -- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'` -- -- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- -- kde_cv_path="NONE" -- dirs="$kde_default_bindirs" -- kde_save_IFS=$IFS -- IFS=':' -- for dir in $PATH; do -- dirs="$dirs $dir" -- done -- IFS=$kde_save_IFS -- -- for dir in $dirs; do -- if test -x "$dir/mcopidl"; then -- if test -n "" -- then -- evalstr="$dir/mcopidl 2>&1 " -- if eval $evalstr; then -- kde_cv_path="$dir/mcopidl" -- break -- fi -- else -- kde_cv_path="$dir/mcopidl" -- break -- fi -- fi -- done -- -- eval "kde_cv_path_$kde_cache=$kde_cv_path" -- -- --fi -- -- -- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\"" -- -- fi -- -- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then -- echo "$as_me:$LINENO: result: not found" >&5 --echo "${ECHO_T}not found" >&6 -- -- { { echo "$as_me:$LINENO: error: The important program mcopidl was not found! --Please check whether you installed aRts correctly. --" >&5 --echo "$as_me: error: The important program mcopidl was not found! --Please check whether you installed aRts correctly. --" >&2;} -- { (exit 1); exit 1; }; } -- -- else -- echo "$as_me:$LINENO: result: $kde_cv_path" >&5 --echo "${ECHO_T}$kde_cv_path" >&6 -- MCOPIDL=$kde_cv_path -- -- fi -- -- -- echo "$as_me:$LINENO: checking for artsc-config" >&5 --echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6 -- if test -n "$ARTSCCONFIG"; then -- kde_cv_path="$ARTSCCONFIG"; -- else -- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'` -- -- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- -- kde_cv_path="NONE" -- dirs="$kde_default_bindirs" -- kde_save_IFS=$IFS -- IFS=':' -- for dir in $PATH; do -- dirs="$dirs $dir" -- done -- IFS=$kde_save_IFS -- -- for dir in $dirs; do -- if test -x "$dir/artsc-config"; then -- if test -n "" -- then -- evalstr="$dir/artsc-config 2>&1 " -- if eval $evalstr; then -- kde_cv_path="$dir/artsc-config" -- break -- fi -- else -- kde_cv_path="$dir/artsc-config" -- break -- fi -- fi -- done -- -- eval "kde_cv_path_$kde_cache=$kde_cv_path" -- -- --fi -- -- -- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\"" -- -- fi -- -- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then -- echo "$as_me:$LINENO: result: not found" >&5 --echo "${ECHO_T}not found" >&6 -- -- { { echo "$as_me:$LINENO: error: The important program artsc-config was not found! --Please check whether you installed aRts correctly. --" >&5 --echo "$as_me: error: The important program artsc-config was not found! --Please check whether you installed aRts correctly. --" >&2;} -- { (exit 1); exit 1; }; } -- -- else -- echo "$as_me:$LINENO: result: $kde_cv_path" >&5 --echo "${ECHO_T}$kde_cv_path" >&6 -- ARTSCCONFIG=$kde_cv_path -- -- fi -- -- - echo "$as_me:$LINENO: checking for kde-config" >&5 - echo $ECHO_N "checking for kde-config... $ECHO_C" >&6 - if test -n "$KDECONFIG"; then diff --git a/dev-db/knoda/files/knoda-0.7.4-makefile.patch b/dev-db/knoda/files/knoda-0.7.4-makefile.patch deleted file mode 100644 index 78d83e0bcbf9..000000000000 --- a/dev-db/knoda/files/knoda-0.7.4-makefile.patch +++ /dev/null @@ -1,88 +0,0 @@ -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.1.ebuild b/dev-db/knoda/knoda-0.7.1.ebuild deleted file mode 100644 index 52e17d059ee7..000000000000 --- a/dev-db/knoda/knoda-0.7.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.7.1.ebuild,v 1.7 2009/06/14 10:01:35 scarabeus 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" - -SLOT="3.5" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" -IUSE="arts" - -DEPEND=">=dev-db/hk_classes-${PV}" -need-kde 3 - -src_unpack() { - kde_src_unpack - - useq arts || epatch ${FILESDIR}/${P}-configure.patch -} diff --git a/dev-db/knoda/knoda-0.7.4-r1.ebuild b/dev-db/knoda/knoda-0.7.4-r1.ebuild deleted file mode 100644 index 5b34b7c28aa1..000000000000 --- a/dev-db/knoda/knoda-0.7.4-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2009 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.8 2009/06/14 10:01:35 scarabeus 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="3.5" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND="~dev-db/hk_classes-${PV}a" - -need-kde 3 - -src_unpack() { - kde_src_unpack - - # Fix install directory. - epatch "${FILESDIR}/${P}-makefile.patch" - - # For the makefile patch - rm -f "${S}/configure" -} diff --git a/dev-db/knoda/knoda-0.7.4.ebuild b/dev-db/knoda/knoda-0.7.4.ebuild deleted file mode 100644 index ba1e554d9eb0..000000000000 --- a/dev-db/knoda/knoda-0.7.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 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.ebuild,v 1.2 2009/06/14 10:01:35 scarabeus Exp $ - -inherit kde - -MY_P=${P/_alpha/-test} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="KDE database frontend based on the hk_classes library" -HOMEPAGE="http://hk-classes.sourceforge.net/" -SRC_URI="mirror://sourceforge/knoda/${MY_P}.tar.bz2" - -SLOT="3.5" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" -IUSE="" - -DEPEND=">=dev-db/hk_classes-${PV}" -need-kde 3 diff --git a/dev-db/knoda/knoda-0.8.1.ebuild b/dev-db/knoda/knoda-0.8.1.ebuild deleted file mode 100644 index 4cdeff0ac8a5..000000000000 --- a/dev-db/knoda/knoda-0.8.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.8.1.ebuild,v 1.7 2009/06/14 10:01:35 scarabeus Exp $ - -inherit kde - -MY_P=${P/_alpha/-test} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="KDE database frontend based on the hk_classes library" -HOMEPAGE="http://hk-classes.sourceforge.net/" -SRC_URI="mirror://sourceforge/knoda/${MY_P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="3.5" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND="~dev-db/hk_classes-${PV}" - -need-kde 3 diff --git a/dev-db/knoda/knoda-0.8.1_alpha3.ebuild b/dev-db/knoda/knoda-0.8.1_alpha3.ebuild deleted file mode 100644 index 0ae1c76c8bd6..000000000000 --- a/dev-db/knoda/knoda-0.8.1_alpha3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.8.1_alpha3.ebuild,v 1.3 2009/06/14 10:01:35 scarabeus Exp $ - -inherit kde - -MY_P=${P/_alpha/-test} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="KDE database frontend based on the hk_classes library" -HOMEPAGE="http://hk-classes.sourceforge.net/" -SRC_URI="mirror://sourceforge/knoda/${MY_P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="3.5" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="~dev-db/hk_classes-${PV}" - -need-kde 3 diff --git a/dev-db/knoda/knoda-0.8.2_alpha3.ebuild b/dev-db/knoda/knoda-0.8.2_alpha3.ebuild deleted file mode 100644 index 474398c4b777..000000000000 --- a/dev-db/knoda/knoda-0.8.2_alpha3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.8.2_alpha3.ebuild,v 1.3 2009/06/14 10:01:35 scarabeus Exp $ - -inherit kde - -MY_P=${P/_alpha/-test} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="KDE database frontend based on the hk_classes library" -HOMEPAGE="http://hk-classes.sourceforge.net/" -SRC_URI="mirror://sourceforge/knoda/${MY_P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="3.5" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="~dev-db/hk_classes-${PV}" - -need-kde 3 diff --git a/dev-db/knoda/knoda-0.8.3.ebuild b/dev-db/knoda/knoda-0.8.3.ebuild index adb198804015..0ee9c9c7e6e6 100644 --- a/dev-db/knoda/knoda-0.8.3.ebuild +++ b/dev-db/knoda/knoda-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.8.3.ebuild,v 1.5 2009/06/14 10:01:35 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.8.3.ebuild,v 1.6 2009/06/14 10:03:38 scarabeus Exp $ inherit kde @@ -17,5 +17,6 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" DEPEND="~dev-db/hk_classes-${PV}" +RDEPEND="${DEPEND}" need-kde 3 |