diff options
author | 2004-12-09 15:06:48 +0000 | |
---|---|---|
committer | 2004-12-09 15:06:48 +0000 | |
commit | 74030ac70dbfcef700a0f9a06689944cc0123a5b (patch) | |
tree | 6fb1dff5685f25166d1fcd3f9d4f4e682ce27ac5 /dev-db | |
parent | add warning about live cvs ebuilds (diff) | |
download | historical-74030ac70dbfcef700a0f9a06689944cc0123a5b.tar.gz historical-74030ac70dbfcef700a0f9a06689944cc0123a5b.tar.bz2 historical-74030ac70dbfcef700a0f9a06689944cc0123a5b.zip |
Version Bump. Closes bug #73736.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/kpogre/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/kpogre/Manifest | 5 | ||||
-rw-r--r-- | dev-db/kpogre/files/digest-kpogre-1.2.7 | 1 | ||||
-rw-r--r-- | dev-db/kpogre/files/kpogre-1.2.7-configure-arts.patch | 141 | ||||
-rw-r--r-- | dev-db/kpogre/kpogre-1.2.7.ebuild | 25 |
5 files changed, 178 insertions, 2 deletions
diff --git a/dev-db/kpogre/ChangeLog b/dev-db/kpogre/ChangeLog index 0bcb0a158878..c64bbd4ef40c 100644 --- a/dev-db/kpogre/ChangeLog +++ b/dev-db/kpogre/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/kpogre # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/kpogre/ChangeLog,v 1.9 2004/10/03 14:35:54 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/kpogre/ChangeLog,v 1.10 2004/12/09 15:06:48 motaboy Exp $ + +*kpogre-1.2.7 (09 Dec 2004) + + 09 Dec 2004; Simone Gotti <motaboy@gentoo.org> + +files/kpogre-1.2.7-configure-arts.patch, +kpogre-1.2.7.ebuild: + Version Bump. Closes bug #73736. 03 Oct 2004; Masatomo Nakano <nakano@gentoo.org> -files/kpogre-0.97-gentoo.patch, -kpogre-0.97.ebuild, -kpogre-0.99.ebuild: diff --git a/dev-db/kpogre/Manifest b/dev-db/kpogre/Manifest index b6da405f5ecb..f0250bc38320 100644 --- a/dev-db/kpogre/Manifest +++ b/dev-db/kpogre/Manifest @@ -1,4 +1,7 @@ MD5 98e7855a0094960634e5bc86245f8693 kpogre-1.1.0.ebuild 504 -MD5 7b9c00d25fc2c4718e010f9c74be22f4 ChangeLog 1289 +MD5 9c837088dc6a261fa6d3e3d9b56ebab9 ChangeLog 1471 MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163 +MD5 4a21cedb5813522b31779b7cb5ee7384 kpogre-1.2.7.ebuild 597 MD5 086c5b7d7f68d37f800204067d546e83 files/digest-kpogre-1.1.0 65 +MD5 bf3cec4a37625413c32cd0f77ace3e32 files/digest-kpogre-1.2.7 65 +MD5 da5fc11e4cea8dd8e3100c840a3d9759 files/kpogre-1.2.7-configure-arts.patch 3567 diff --git a/dev-db/kpogre/files/digest-kpogre-1.2.7 b/dev-db/kpogre/files/digest-kpogre-1.2.7 new file mode 100644 index 000000000000..13b6f0294988 --- /dev/null +++ b/dev-db/kpogre/files/digest-kpogre-1.2.7 @@ -0,0 +1 @@ +MD5 23d02a64e9d8a08697edcecb177770b8 kpogre-1.2.7.tar.gz 4837789 diff --git a/dev-db/kpogre/files/kpogre-1.2.7-configure-arts.patch b/dev-db/kpogre/files/kpogre-1.2.7-configure-arts.patch new file mode 100644 index 000000000000..1b7977b3511d --- /dev/null +++ b/dev-db/kpogre/files/kpogre-1.2.7-configure-arts.patch @@ -0,0 +1,141 @@ +--- configure.orig 2004-12-09 15:41:18.457305072 +0100 ++++ configure 2004-12-09 15:41:56.139576496 +0100 +@@ -25236,138 +25236,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/kpogre/kpogre-1.2.7.ebuild b/dev-db/kpogre/kpogre-1.2.7.ebuild new file mode 100644 index 000000000000..403790b12a0e --- /dev/null +++ b/dev-db/kpogre/kpogre-1.2.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/kpogre/kpogre-1.2.7.ebuild,v 1.1 2004/12/09 15:06:48 motaboy Exp $ + +inherit kde eutils + +DESCRIPTION="PostgreSQL graphical frontend for KDE" +HOMEPAGE="http://kpogre.sourceforge.net/" +SRC_URI="mirror://sourceforge/kpogre/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="dev-db/postgresql + >=dev-libs/libpqxx-2.2.1" + +need-kde 3.2 + +src_unpack() { + kde_src_unpack + + use arts || epatch ${FILESDIR}/${P}-configure-arts.patch +} |