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 dev-tex/crosstex: ChangeLog crosstex-0.6.ebuild
Date: Thu, 07 Aug 2008 22:41:28 +0000	[thread overview]
Message-ID: <E1KREAi-0002FW-8E@stork.gentoo.org> (raw)

aballier    08/08/07 22:41:28

  Modified:             ChangeLog
  Added:                crosstex-0.6.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.4                  dev-tex/crosstex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/crosstex/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/crosstex/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/crosstex/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/crosstex/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 May 2008 16:41:40 -0000	1.3
+++ ChangeLog	7 Aug 2008 22:41:27 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/crosstex
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/crosstex/ChangeLog,v 1.3 2008/05/29 16:41:40 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/crosstex/ChangeLog,v 1.4 2008/08/07 22:41:27 aballier Exp $
+
+*crosstex-0.6 (07 Aug 2008)
+
+  07 Aug 2008; Alexis Ballier <aballier@gentoo.org> +crosstex-0.6.ebuild:
+  version bump
 
   29 May 2008; Ali Polatel <hawking@gentoo.org> crosstex-0.5.6.ebuild:
   python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.



1.1                  dev-tex/crosstex/crosstex-0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/crosstex/crosstex-0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/crosstex/crosstex-0.6.ebuild?rev=1.1&content-type=text/plain

Index: crosstex-0.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/crosstex/crosstex-0.6.ebuild,v 1.1 2008/08/07 22:41:27 aballier Exp $

inherit python

DESCRIPTION="CrossTeX - object oriented BibTeX replacement"
HOMEPAGE="http://www.cs.cornell.edu/people/egs/crosstex/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

RDEPEND="dev-lang/python
	dev-python/ply"
DEPEND="${RDEPEND}"

src_install() {
	python_version

	cd "${S}"
	emake \
		ROOT="${D}" \
		PREFIX="/usr" \
		LIBDIR="/$(get_libdir)/python${PYVER}/site-packages" \
		install || die "make install failed"

	insinto /usr/share/doc/${PF}
	doins "${PN}".pdf
	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		doins tests/*
	fi
}

pkg_postinst() {
	python_version
	python_mod_optimize	/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
}

pkg_postrm() {
	python_mod_cleanup
}






             reply	other threads:[~2008-08-07 22:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-07 22:41 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-12 20:25 [gentoo-commits] gentoo-x86 commit in dev-tex/crosstex: ChangeLog crosstex-0.6.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)

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=E1KREAi-0002FW-8E@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