* [gentoo-commits] gentoo-x86 commit in app-office/texmaker: texmaker-2.10.ebuild ChangeLog
@ 2010-10-30 21:36 99% Alexis Ballier (aballier)
0 siblings, 0 replies; 1+ results
From: Alexis Ballier (aballier) @ 2010-10-30 21:36 UTC (permalink / raw
To: gentoo-commits
aballier 10/10/30 21:36:24
Modified: ChangeLog
Added: texmaker-2.10.ebuild
Log:
Version bump, readd wrongly dropped ppc* keywords, readd wrongly removed minimal qt versions
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Revision Changes Path
1.72 app-office/texmaker/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 23 Oct 2010 14:48:48 -0000 1.71
+++ ChangeLog 30 Oct 2010 21:36:24 -0000 1.72
@@ -1,6 +1,13 @@
# ChangeLog for app-office/texmaker
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.71 2010/10/23 14:48:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.72 2010/10/30 21:36:24 aballier Exp $
+
+*texmaker-2.10 (30 Oct 2010)
+
+ 30 Oct 2010; Alexis Ballier <aballier@gentoo.org> +texmaker-2.10.ebuild,
+ +files/texmaker-2.10-hunspell.patch:
+ Version bump, readd wrongly dropped ppc* keywords, readd wrongly removed
+ minimal qt versions
23 Oct 2010; Raúl Porcel <armin76@gentoo.org> texmaker-1.80.ebuild,
texmaker-1.91.ebuild, texmaker-1.92.ebuild, texmaker-1.99.ebuild,
1.1 app-office/texmaker/texmaker-2.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/texmaker-2.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/texmaker-2.10.ebuild?rev=1.1&content-type=text/plain
Index: texmaker-2.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-2.10.ebuild,v 1.1 2010/10/30 21:36:24 aballier Exp $
EAPI="3"
inherit base qt4-r2 versionator
# The upstream version numbering is bad, so we have to remove a dot in the
# minor version number
MAJOR="$(get_major_version)"
MINOR_1="$(($(get_version_component_range 2)/10))"
MINOR_2="$(($(get_version_component_range 2)%10))"
if [ ${MINOR_2} -eq "0" ] ; then
MY_P="${PN}-${MAJOR}.${MINOR_1}"
else
MY_P="${PN}-${MAJOR}.${MINOR_1}.${MINOR_2}"
fi
DESCRIPTION="A nice LaTeX-IDE"
HOMEPAGE="http://www.xm1math.net/texmaker/"
SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
S="${WORKDIR}/${MY_P}"
COMMON_DEPEND="
app-text/poppler[qt4]
x11-libs/libX11
x11-libs/libXext
>=x11-libs/qt-gui-4.6.1:4
>=x11-libs/qt-core-4.6.1:4
>=x11-libs/qt-webkit-4.6.1:4
>=app-text/hunspell-1.2.4"
RDEPEND="${COMMON_DEPEND}
virtual/latex-base
app-text/psutils
app-text/ghostscript-gpl
media-libs/netpbm"
DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig"
PATCHES=( "${FILESDIR}/${P}-hunspell.patch" )
src_install() {
emake INSTALL_ROOT="${D}" install || die "make install failed"
insinto /usr/share/pixmaps/texmaker
doins utilities/texmaker*.png || die "doins failed."
doins utilities/texmaker.svg || die "doins failed."
dodoc utilities/AUTHORS utilities/CHANGELOG.txt || die "dodoc failed"
}
pkg_postinst() {
elog "A user manual with many screenshots is available at:"
elog "/usr/share/${PN}/usermanual_en.html"
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-30 21:36 99% [gentoo-commits] gentoo-x86 commit in app-office/texmaker: texmaker-2.10.ebuild ChangeLog Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox