public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeda: ChangeLog libgeda-1.2.0.ebuild
@ 2007-09-18  9:56 Denis Dupeyron (calchan)
  0 siblings, 0 replies; only message in thread
From: Denis Dupeyron (calchan) @ 2007-09-18  9:56 UTC (permalink / raw
  To: gentoo-commits

calchan     07/09/18 09:56:27

  Modified:             ChangeLog
  Added:                libgeda-1.2.0.ebuild
  Log:
  Version bump, thanks to Stefan Salewski (bug #192367).
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.38                 sci-libs/libgeda/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeda/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeda/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeda/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	19 Jul 2007 09:32:38 -0000	1.37
+++ ChangeLog	18 Sep 2007 09:56:27 -0000	1.38
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/libgeda
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.37 2007/07/19 09:32:38 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.38 2007/09/18 09:56:27 calchan Exp $
+
+*libgeda-1.2.0 (18 Sep 2007)
+
+  18 Sep 2007; Denis Dupeyron <calchan@gentoo.org> +libgeda-1.2.0.ebuild:
+  Version bump, thanks to Stefan Salewski (bug #192367).
 
 *libgeda-1.1.1 (19 Jul 2007)
 



1.1                  sci-libs/libgeda/libgeda-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeda/libgeda-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeda/libgeda-1.2.0.ebuild?rev=1.1&content-type=text/plain

Index: libgeda-1.2.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-1.2.0.ebuild,v 1.1 2007/09/18 09:56:27 calchan Exp $

inherit eutils

SUBDIR="v1.2"
HOMEPAGE="http://www.geda.seul.org"
DESCRIPTION="libgeda - this library provides functions needed for the gEDA core suite"
SRC_URI="http://www.geda.seul.org/release/${SUBDIR}/${PV}/libgeda-${PV}.tar.gz"

IUSE="gd"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
SLOT="0"

DEPEND=">=x11-libs/gtk+-2.4
	>=dev-scheme/guile-1.6.3
	>=dev-libs/libstroke-0.5.1
	gd? ( >=media-libs/gd-2 )"

pkg_setup() {
	if has_version ">=dev-scheme/guile-1.8" ; then
		built_with_use "dev-scheme/guile" deprecated \
			|| die "You need either <dev-scheme/guile-1.8, or >=dev-scheme/guile-1.8 with USE=deprecated"
	fi
	if use gd ; then
		built_with_use media-libs/gd png || die "media-libs/gd must be compiled with USE=png"
	fi
}

src_unpack() {
	unpack ${A}

	# Skip the share sub-directory, we'll install prolog.ps manually
	sed -i \
		-e "s:SUBDIRS = src include scripts docs share:SUBDIRS = src include scripts docs:" \
		${S}/Makefile.in \
		|| die "Patch failed"
}

src_compile() {
	econf --disable-dependency-tracking $(use_enable gd) || die "Configuration failed"
	emake || die "Compilation failed"
}

src_install() {
	emake DESTDIR=${D} install || die "Installation failed"

	insinto /usr/share/gEDA
	doins share/prolog.ps

	dodoc AUTHORS BUGS ChangeLog README
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-09-18 10:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18  9:56 [gentoo-commits] gentoo-x86 commit in sci-libs/libgeda: ChangeLog libgeda-1.2.0.ebuild Denis Dupeyron (calchan)

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