From: "Steve Dibb (beandog)" <beandog@gentoo.org>
To: gentoo-commits@lists.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
Date: Sat, 05 Jan 2008 18:03:47 +0000 [thread overview]
Message-ID: <E1JBDN5-0001wW-Tv@stork.gentoo.org> (raw)
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 <beandog@gentoo.org> -bibletime-1.6.ebuild,
+ -bibletime-1.6.3.ebuild, +bibletime-1.6.5.ebuild:
+ Version bump, bug 177377
30 Apr 2007; Marius Mauch <genone@gentoo.org> 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
reply other threads:[~2008-01-05 18:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1JBDN5-0001wW-Tv@stork.gentoo.org \
--to=beandog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox