public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmaker: ChangeLog texmaker-1.92.ebuild
Date: Mon, 13 Jul 2009 08:50:31 +0000	[thread overview]
Message-ID: <E1MQHF1-0006Df-FX@stork.gentoo.org> (raw)

aballier    09/07/13 08:50:31

  Modified:             ChangeLog
  Added:                texmaker-1.92.ebuild
  Log:
  version bump, by Dustin Polke <gentoobugsie.20.dsurawicz@spamgourmet.com>, bug #276732
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 app-office/texmaker/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	8 Jun 2009 07:46:21 -0000	1.59
+++ ChangeLog	13 Jul 2009 08:50:31 -0000	1.60
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/texmaker
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.59 2009/06/08 07:46:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.60 2009/07/13 08:50:31 aballier Exp $
+
+*texmaker-1.92 (13 Jul 2009)
+
+  13 Jul 2009; Alexis Ballier <aballier@gentoo.org> +texmaker-1.92.ebuild:
+  version bump, by Dustin Polke <gentoobugsie.20.dsurawicz@spamgourmet.com>,
+  bug #276732
 
 *texmaker-1.91 (08 Jun 2009)
 



1.1                  app-office/texmaker/texmaker-1.92.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/texmaker-1.92.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/texmaker-1.92.ebuild?rev=1.1&content-type=text/plain

Index: texmaker-1.92.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.92.ebuild,v 1.1 2009/07/13 08:50:31 aballier Exp $

EAPI=1

inherit eutils versionator qt4

DESCRIPTION="A nice LaTeX-IDE"

# 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

S="${WORKDIR}/${MY_P}"
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 ~sparc ~x86 ~x86-fbsd"

IUSE=""

COMMON_DEPEND="x11-libs/libX11
	x11-libs/libXext
	>=x11-libs/qt-gui-4.5.1:4
	>=x11-libs/qt-core-4.5.1:4
	>=app-text/hunspell-1.2.4"

RDEPEND="${COMMON_DEPEND}
	virtual/latex-base
	app-text/psutils
	virtual/ghostscript
	media-libs/netpbm"

DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${PN}-1.91-hunspell.patch"
}

src_compile() {
	eqmake4 texmaker.pro || die "qmake failed"
	emake || die "emake failed"
}

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"
	elog
}






             reply	other threads:[~2009-07-13  8:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-13  8:50 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-12 18:51 [gentoo-commits] gentoo-x86 commit in app-office/texmaker: ChangeLog texmaker-1.92.ebuild Gysbert Wassenaar (nixnut)
2010-01-17 13:54 Christian Faulhammer (fauli)
2010-01-17 19:21 Raul Porcel (armin76)
2010-01-24 23:09 Thomas Alan Gall (tgall)
2010-05-20 10:34 Peter Volkov (pva)

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=E1MQHF1-0006Df-FX@stork.gentoo.org \
    --to=aballier@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