diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-11-15 13:43:10 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-11-15 13:43:10 +0000 |
commit | 69d7917b23cfb7366633a58504fd3dea22e5346a (patch) | |
tree | fc8909ce7f830729afc185a848ff0e1966c97a1d | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-69d7917b23cfb7366633a58504fd3dea22e5346a.tar.gz gentoo-2-69d7917b23cfb7366633a58504fd3dea22e5346a.tar.bz2 gentoo-2-69d7917b23cfb7366633a58504fd3dea22e5346a.zip |
Version bump. Added a patch to the configure script to honor the arts USE flag. Removed kdebase dependencies as they looks don't needed. Closes bug #70423.
-rw-r--r-- | x11-themes/qinx/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/qinx/Manifest | 9 | ||||
-rw-r--r-- | x11-themes/qinx/files/digest-qinx-1.2 | 1 | ||||
-rw-r--r-- | x11-themes/qinx/files/qinx-1.2-configure-arts.patch | 141 | ||||
-rw-r--r-- | x11-themes/qinx/qinx-1.2.ebuild | 24 |
5 files changed, 180 insertions, 4 deletions
diff --git a/x11-themes/qinx/ChangeLog b/x11-themes/qinx/ChangeLog index ab302b3dbce2..4997bda99afc 100644 --- a/x11-themes/qinx/ChangeLog +++ b/x11-themes/qinx/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/qinx # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/ChangeLog,v 1.17 2004/08/17 19:49:53 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/ChangeLog,v 1.18 2004/11/15 13:43:10 motaboy Exp $ + +*qinx-1.2 (15 Nov 2004) + + 15 Nov 2004; Simone Gotti <motaboy@gentoo.org> + +files/qinx-1.2-configure-arts.patch, +qinx-1.2.ebuild: + Version bump. Added a patch to the configure script to honor the arts USE + flag. Closes bug #70423. 17 Aug 2004; Dominik Stadler <centic@gentoo.org> qinx-1.1.ebuild: Mark stable on x86 diff --git a/x11-themes/qinx/Manifest b/x11-themes/qinx/Manifest index dbb065490368..4cba5c2f3d7b 100644 --- a/x11-themes/qinx/Manifest +++ b/x11-themes/qinx/Manifest @@ -1,8 +1,11 @@ -MD5 ed9c40eb5ce6cb2fc2556925ef373c70 ChangeLog 2189 MD5 3cf4798e0f53c3958f5ef1736057e689 qinx-1.0.ebuild 525 -MD5 751d6f11522efe1d42f25bd68686a12d qinx-1.1.ebuild 522 +MD5 41c328061085b7f1358931d291773c66 qinx-1.2.ebuild 623 MD5 40912366adf96091f26e83f5cac0140b qinx-0.6.ebuild 528 +MD5 e3c521ff844dadaa22bba03ce8ff0d9a ChangeLog 2425 +MD5 751d6f11522efe1d42f25bd68686a12d qinx-1.1.ebuild 522 MD5 77a747b5fbf7edf698a0c698141ecf02 metadata.xml 163 +MD5 fe9bce381d85e3f64cc290afaeee0e20 files/qinx-1.2-configure-arts.patch 3563 +MD5 1e9094346c8a92c7b4500d29ec97ef31 files/digest-qinx-0.6 60 MD5 b9bd15eef8e7f4670aa7b04888322902 files/digest-qinx-1.0 60 MD5 80453420f1cf0dd7a8837cef63157f70 files/digest-qinx-1.1 60 -MD5 1e9094346c8a92c7b4500d29ec97ef31 files/digest-qinx-0.6 60 +MD5 dbbff3105669ae9dc677bbc0ccdd9130 files/digest-qinx-1.2 60 diff --git a/x11-themes/qinx/files/digest-qinx-1.2 b/x11-themes/qinx/files/digest-qinx-1.2 new file mode 100644 index 000000000000..d445a9b6e3bb --- /dev/null +++ b/x11-themes/qinx/files/digest-qinx-1.2 @@ -0,0 +1 @@ +MD5 e75f7512f2ab0fa8a83caf5b3074a333 qinx-1.2.tar.gz 504070 diff --git a/x11-themes/qinx/files/qinx-1.2-configure-arts.patch b/x11-themes/qinx/files/qinx-1.2-configure-arts.patch new file mode 100644 index 000000000000..e7a2f4ab1e05 --- /dev/null +++ b/x11-themes/qinx/files/qinx-1.2-configure-arts.patch @@ -0,0 +1,141 @@ +--- configure.orig 2004-11-15 14:24:23.779624736 +0000 ++++ configure 2004-11-15 14:24:53.393122800 +0000 +@@ -22363,138 +22363,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 KDE correctly. +-" >&5 +-echo "$as_me: error: The important program mcopidl was not found! +-Please check whether you installed KDE 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 KDE correctly. +-" >&5 +-echo "$as_me: error: The important program artsc-config was not found! +-Please check whether you installed KDE 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/x11-themes/qinx/qinx-1.2.ebuild b/x11-themes/qinx/qinx-1.2.ebuild new file mode 100644 index 000000000000..128bf73cb836 --- /dev/null +++ b/x11-themes/qinx/qinx-1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/qinx-1.2.ebuild,v 1.1 2004/11/15 13:43:10 motaboy Exp $ + +inherit kde eutils + +DESCRIPTION="Qinx, a KDE style inspired by QNX Photon microGUI" +SRC_URI="http://www.usermode.org/code/${P}.tar.gz" +HOMEPAGE="http://www.usermode.org/code.html" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~alpha -ppc ~sparc" +IUSE="" + +DEPEND="kde-base/kdebase" +RDEPEND="kde-base/kdebase" +need-kde 3.2 + +src_unpack() { + kde_src_unpack + + use arts || epatch ${FILESDIR}/${P}-configure-arts.patch +} |