From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JBDNA-0000kT-Hz for garchives@archives.gentoo.org; Sat, 05 Jan 2008 18:03:53 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m05I3oIe021783; Sat, 5 Jan 2008 18:03:50 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m05I3nnC021778 for ; Sat, 5 Jan 2008 18:03:49 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 057D9656B1 for ; Sat, 5 Jan 2008 18:03:49 +0000 (UTC) Received: from beandog by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JBDN5-0001wW-Tv for gentoo-commits@lists.gentoo.org; Sat, 05 Jan 2008 18:03:47 +0000 From: "Steve Dibb (beandog)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, beandog@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/bibletime: ChangeLog bibletime-1.6.5.ebuild bibletime-1.6.ebuild bibletime-1.6.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog bibletime-1.6.5.ebuild bibletime-1.6.ebuild bibletime-1.6.3.ebuild X-VCS-Directories: app-text/bibletime X-VCS-Committer: beandog X-VCS-Committer-Name: Steve Dibb Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Steve Dibb Date: Sat, 05 Jan 2008 18:03:47 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 27813627-92f2-41ce-8615-57a477911087 X-Archives-Hash: a212c4b3967e0bf7a258efbfd79b46b7 beandog 08/01/05 18:03:47 Modified: ChangeLog Added: bibletime-1.6.5.ebuild Removed: bibletime-1.6.ebuild bibletime-1.6.3.ebuild Log: Version bump, bug 177377 (Portage version: 2.1.4_rc14) Revision Changes Path 1.44 app-text/bibletime/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 30 Apr 2007 20:18:13 -0000 1.43 +++ ChangeLog 5 Jan 2008 18:03:47 -0000 1.44 @@ -1,6 +1,12 @@ # ChangeLog for app-text/bibletime -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.43 2007/04/30 20:18:13 genone Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.44 2008/01/05 18:03:47 beandog Exp $ + +*bibletime-1.6.5 (05 Jan 2008) + + 05 Jan 2008; Steve Dibb -bibletime-1.6.ebuild, + -bibletime-1.6.3.ebuild, +bibletime-1.6.5.ebuild: + Version bump, bug 177377 30 Apr 2007; Marius Mauch bibletime-1.6.3.ebuild: Replacing einfo with elog 1.1 app-text/bibletime/bibletime-1.6.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/bibletime-1.6.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/bibletime-1.6.5.ebuild?rev=1.1&content-type=text/plain Index: bibletime-1.6.5.ebuild =================================================================== # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.6.5.ebuild,v 1.1 2008/01/05 18:03:47 beandog Exp $ inherit kde eutils versionator DESCRIPTION="KDE Bible study application using the SWORD library." HOMEPAGE="http://www.bibletime.info/" SRC_URI="mirror://sourceforge/bibletime/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="=app-text/sword-1.5.10* >=dev-cpp/clucene-0.9.16" LANGS_PKG=${PN}-i18n-${PV} LANGS="af bg cs da de en_GB es fi fr hu it ko nl nn_NO no pl pt_BR ro ru sk uk" LANGS_DOC="bg cs de fi fr it ko nl pt_BR ru" for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}" SRC_URI="${SRC_URI} linguas_${X}? ( mirror://sourceforge/bibletime/${LANGS_PKG}.tar.bz2 )" done need-kde 3.4 pkg_setup() { if ! built_with_use app-text/sword curl; then echo ewarn "The SWORD library may not have been compiled with curl support." ewarn "If you wish to use BibleTime's ability to download modules" ewarn "straight from the SWORD website, please make sure app-text/sword" ewarn "was compiled with USE=\"curl\"." ewarn "Press ctrl+c to abort the merge of BibleTime if you want to" ewarn "recompile SWORD with curl support." echo ebeep 5 fi } src_compile() { cd ${S} # Those paths are missing a slash. sed -i -e "s:\$(kde_htmldir):\$(kde_htmldir)/:g" ${KDE_S}/docs/handbook/unicode/Makefile.* sed -i -e "s:\$(kde_htmldir):\$(kde_htmldir)/:g" ${KDE_S}/docs/handbook/html/Makefile.* sed -i -e "s:\$(kde_htmldir):\$(kde_htmldir)/:g" ${KDE_S}/docs/howto/unicode/Makefile.* kde_src_compile local MAKE_PO MAKE_DOC TMP local _S="${KDE_S}" if [ -d "${WORKDIR}/${LANGS_PKG}" ]; then KDE_S="${WORKDIR}/${LANGS_PKG}" cd "${KDE_S}" # Adapted from kde.eclass if [[ -z ${LINGUAS} ]]; then elog "You can add some of the translations of the interface and" elog "documentation by setting the \${LINGUAS} variable to the" elog "languages you want installed." elog elog "Enabling English interface and documentation only." else if [[ -n ${LANGS} ]]; then MAKE_PO=$(echo $(echo "${LINGUAS} ${LANGS}" | tr ' ' '\n' | sort | uniq -d)) TMP=$(echo $(echo "${MAKE_PO/pt_BR/pt_br}" | sort | uniq)) TMP=$(echo $(echo "${TMP/uk/ua}" | sort | uniq)) TMP+=" " MAKE_PO=${TMP// /.po } elog "Enabling translations for: ${MAKE_PO}" sed -i -e "s:^POFILES =.*:POFILES = ${MAKE_PO}:" "${KDE_S}/po/Makefile.am" \ || die "sed for locale failed" rm -f "${KDE_S}/configure" fi TMP="" if [[ -n ${LANGS_DOC} ]]; then MAKE_DOC=$(echo $(echo "${LINGUAS} ${LANGS_DOC}" | tr ' ' '\n' | sort | uniq -d)) TMP=$(echo $(echo "${MAKE_DOC/pt_BR/pt-br}" | sort | uniq)) TMP=$(echo $(echo "${TMP/uk/ua}" | sort | uniq)) MAKE_DOC=${TMP} elog "Enabling documentation for: ${MAKE_DOC}" sed -i -e "s:^SUBDIRS =.*:SUBDIRS = ${MAKE_DOC}:" \ "${KDE_S}/docs/Makefile.am" || die "sed for locale failed" # Those paths are missing a slash. for X in ${MAKE_DOC}; do [[ -f ${KDE_S}/docs/${X}/handbook/unicode/Makefile.am ]] && \ sed -i -e "s:\$(kde_htmldir):\$(kde_htmldir)/:g" \ ${KDE_S}/docs/${X}/handbook/unicode/Makefile.am || die "sed for handbook failed" [[ -f ${KDE_S}/docs/${X}/handbook/unicode/Makefile.am ]] && \ sed -i -e "s:\$(kde_htmldir):\$(kde_htmldir)/:g" \ ${KDE_S}/docs/${X}/howto/unicode/Makefile.am || die "sed for howto failed" done rm -f "${KDE_S}/configure" fi fi kde_src_compile fi KDE_S="${_S}" } src_install() { kde_src_install local _S="${KDE_S}" if [ -d "${WORKDIR}/${LANGS_PKG}" ]; then KDE_S="${WORKDIR}/${LANGS_PKG}" cd "${KDE_S}" kde_src_install fi KDE_S="${_S}" } -- gentoo-commits@gentoo.org mailing list