public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/sketch: ChangeLog sketch-0.3.7.ebuild
@ 2012-03-01 11:50 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-03-01 11:50 UTC (permalink / raw
  To: gentoo-commits

aballier    12/03/01 11:50:51

  Modified:             ChangeLog
  Added:                sketch-0.3.7.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-tex/sketch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/sketch/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/sketch/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/sketch/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/sketch/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	12 Jul 2011 15:58:52 -0000	1.13
+++ ChangeLog	1 Mar 2012 11:50:51 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/sketch
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/sketch/ChangeLog,v 1.13 2011/07/12 15:58:52 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/sketch/ChangeLog,v 1.14 2012/03/01 11:50:51 aballier Exp $
+
+*sketch-0.3.7 (01 Mar 2012)
+
+  01 Mar 2012; Alexis Ballier <aballier@gentoo.org> +sketch-0.3.7.ebuild:
+  version bump
 
   12 Jul 2011; Alexis Ballier <aballier@gentoo.org> -sketch-0.2.161.ebuild,
   -sketch-0.2.183.ebuild, -sketch-0.2.187.ebuild:



1.1                  dev-tex/sketch/sketch-0.3.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/sketch/sketch-0.3.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/sketch/sketch-0.3.7.ebuild?rev=1.1&content-type=text/plain

Index: sketch-0.3.7.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/sketch/sketch-0.3.7.ebuild,v 1.1 2012/03/01 11:50:51 aballier Exp $

inherit eutils toolchain-funcs

DESCRIPTION="Produces drawings of two- or three-dimensional solid objects and scenes for TeX"
HOMEPAGE="http://www.frontiernet.net/~eugene.ressler/"
SRC_URI="http://www.frontiernet.net/~eugene.ressler/${P}.tgz"
LICENSE="GPL-3"

SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="doc examples"

DEPEND="dev-lang/perl"
RDEPEND=""

src_unpack() {
	unpack ${A}

	cd "${S}"
	sed -i -e "s:\$(CC):\$(CC) \$(LDFLAGS):" makefile
}

src_compile() {
	emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" || die "emake failed"
}

src_install() {
	dobin sketch || die
	edos2unix Doc/sketch.info
	doinfo Doc/sketch.info || die
	dohtml updates.htm || die
	if use doc ; then
		insinto /usr/share/doc/${PF}
		doins Doc/sketch.pdf || die
		dohtml Doc/sketch/* || die
	fi
	if use examples ; then
		insinto /usr/share/doc/${PF}/examples
		doins Data/* || die "Failed to install examples"
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-01 11:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 11:50 [gentoo-commits] gentoo-x86 commit in dev-tex/sketch: ChangeLog sketch-0.3.7.ebuild 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