public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/gabedit: ChangeLog gabedit-2.4.7.ebuild
@ 2013-08-19 12:53 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-08-19 12:53 UTC (permalink / raw
  To: gentoo-commits

jlec        13/08/19 12:53:14

  Modified:             ChangeLog
  Added:                gabedit-2.4.7.ebuild
  Log:
  sci-chemistry/gabedit: Version BUmp, #481626
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.21                 sci-chemistry/gabedit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	9 Apr 2013 06:22:18 -0000	1.20
+++ ChangeLog	19 Aug 2013 12:53:14 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/gabedit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/ChangeLog,v 1.20 2013/04/09 06:22:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/ChangeLog,v 1.21 2013/08/19 12:53:14 jlec Exp $
+
+*gabedit-2.4.7 (19 Aug 2013)
+
+  19 Aug 2013; Justin Lecher <jlec@gentoo.org> +gabedit-2.4.7.ebuild:
+  Version BUmp, #481626
 
 *gabedit-2.4.6 (09 Apr 2013)
 



1.1                  sci-chemistry/gabedit/gabedit-2.4.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.4.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.4.7.ebuild?rev=1.1&content-type=text/plain

Index: gabedit-2.4.7.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.4.7.ebuild,v 1.1 2013/08/19 12:53:14 jlec Exp $

EAPI=5

inherit eutils toolchain-funcs versionator

MY_PN=${PN/g/G}
MY_PV=$(delete_all_version_separators)
MY_P="${MY_PN}Src${MY_PV}"

DESCRIPTION="GUI for computational chemistry packages"
HOMEPAGE="http://gabedit.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="openmp"

RDEPEND="
	dev-libs/glib:2
	x11-libs/cairo
	x11-libs/gdk-pixbuf:2
	x11-libs/gtk+:2
	x11-libs/gtkglext
	x11-libs/gl2ps
	x11-libs/pango
	virtual/opengl
	virtual/glu"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

S=${WORKDIR}/${MY_P}

src_prepare() {
	sed -i "/rmdir tmp/d" "${S}"/Makefile || die
	sed \
		-e "/GTK_DISABLE_DEPRECATED/s:define:undef:g" \
		-i "${S}/Config.h" || die
	sed -e 's:-g::g' -i Makefile || die
	cp "${FILESDIR}"/CONFIG.Gentoo "${S}"/CONFIG

	if use openmp && tc-has-openmp; then
		cat <<- EOF >> "${S}/CONFIG"
			OMPLIB=-fopenmp
			OMPCFLAGS=-DENABLE_OMP -fopenmp
		EOF
	fi
	echo "COMMONCFLAGS = ${CFLAGS} -DENABLE_DEPRECATED \$(OMPCFLAGS) \$(DRAWGEOMGL)" >> CONFIG

	tc-export CC
}

src_compile() {
	emake clean
	emake external_gl2ps=1
}

src_install() {
	local size
	dobin ${PN}
	dodoc ChangeLog
	for size in 16 24 32 48; do
		doicon -s ${size} icons/Gabedit${size}.*
	done
}





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

only message in thread, other threads:[~2013-08-19 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 12:53 [gentoo-commits] gentoo-x86 commit in sci-chemistry/gabedit: ChangeLog gabedit-2.4.7.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox