diff options
author | 2004-10-21 05:12:22 +0000 | |
---|---|---|
committer | 2004-10-21 05:12:22 +0000 | |
commit | e397a622ba02db4358756cdb7b3189c9d068b371 (patch) | |
tree | 35881d504f018ae191ff8b86c0f27eb224ff642a /app-office/pybliographer | |
parent | Marked stable x86 (Manifest recommit) (diff) | |
download | gentoo-2-e397a622ba02db4358756cdb7b3189c9d068b371.tar.gz gentoo-2-e397a622ba02db4358756cdb7b3189c9d068b371.tar.bz2 gentoo-2-e397a622ba02db4358756cdb7b3189c9d068b371.zip |
Disables setup-check.py; bug #68309.
Diffstat (limited to 'app-office/pybliographer')
-rw-r--r-- | app-office/pybliographer/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/pybliographer/files/pybliographer-1.2.4-gentoo.diff | 44 | ||||
-rw-r--r-- | app-office/pybliographer/pybliographer-1.2.4.ebuild | 10 |
3 files changed, 57 insertions, 3 deletions
diff --git a/app-office/pybliographer/ChangeLog b/app-office/pybliographer/ChangeLog index 034c69d9003f..a545b2565f72 100644 --- a/app-office/pybliographer/ChangeLog +++ b/app-office/pybliographer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/pybliographer # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.2 2004/10/21 03:19:32 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.3 2004/10/21 05:12:22 usata Exp $ + + 21 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> + +files/pybliographer-1.2.4-gentoo.diff, pybliographer-1.2.4.ebuild: + Disables setup-check.py; bug #68309. 21 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> pybliographer-1.2.4.ebuild: Uses gnome2.eclass. diff --git a/app-office/pybliographer/files/pybliographer-1.2.4-gentoo.diff b/app-office/pybliographer/files/pybliographer-1.2.4-gentoo.diff new file mode 100644 index 000000000000..266e9d6e7e36 --- /dev/null +++ b/app-office/pybliographer/files/pybliographer-1.2.4-gentoo.diff @@ -0,0 +1,44 @@ +--- configure.orig 2004-07-08 05:11:54.000000000 +0900 ++++ configure 2004-10-21 14:02:52.000000000 +0900 +@@ -1697,23 +1697,24 @@ + + MINIMUM_VERSION="2.2" + +-echo "$as_me:$LINENO: checking python requirements" >&5 +-echo $ECHO_N "checking python requirements... $ECHO_C" >&6 +- +-${Python} ${srcdir}/setup-check.py ${MINIMUM_VERSION} 2>&5 1>&2 +- +-result=$? +- +-if test -f conftest.out ; then +- . ./conftest.out +- rm -f conftest.out +-else +- echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6 +- { { echo "$as_me:$LINENO: error: unable to run the test program" >&5 +-echo "$as_me: error: unable to run the test program" >&2;} +- { (exit 1); exit 1; }; } +-fi ++#echo "$as_me:$LINENO: checking python requirements" >&5 ++#echo $ECHO_N "checking python requirements... $ECHO_C" >&6 ++# ++#${Python} ${srcdir}/setup-check.py ${MINIMUM_VERSION} 2>&5 1>&2 ++# ++#result=$? ++# ++#if test -f conftest.out ; then ++# . ./conftest.out ++# rm -f conftest.out ++#else ++# echo "$as_me:$LINENO: result: no" >&5 ++#echo "${ECHO_T}no" >&6 ++# { { echo "$as_me:$LINENO: error: unable to run the test program" >&5 ++#echo "$as_me: error: unable to run the test program" >&2;} ++# { (exit 1); exit 1; }; } ++#fi ++result=0 + + if test $result = 0 ; then + if test -z "${Status}" ; then diff --git a/app-office/pybliographer/pybliographer-1.2.4.ebuild b/app-office/pybliographer/pybliographer-1.2.4.ebuild index d58942c50f79..14788cd15b4d 100644 --- a/app-office/pybliographer/pybliographer-1.2.4.ebuild +++ b/app-office/pybliographer/pybliographer-1.2.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.4.ebuild,v 1.2 2004/10/21 03:19:32 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.4.ebuild,v 1.3 2004/10/21 05:12:22 usata Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" HOMEPAGE="http://pybliographer.org/" @@ -23,3 +23,9 @@ DEPEND="virtual/python >=app-text/recode-3.6-r1 >=dev-python/gnome-python-2 >=dev-python/python-bibtex-1.2.1" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gentoo.diff +} |