public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-3.4.1.ebuild
@ 2008-09-01 17:29 Hanno Boeck (hanno)
  0 siblings, 0 replies; only message in thread
From: Hanno Boeck (hanno) @ 2008-09-01 17:29 UTC (permalink / raw
  To: gentoo-commits

hanno       08/09/01 17:29:19

  Modified:             ChangeLog
  Added:                gwenhywfar-3.4.1.ebuild
  Log:
  gwenhywfar bump
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 i686)

Revision  Changes    Path
1.59                 sys-libs/gwenhywfar/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	22 Aug 2008 22:51:36 -0000	1.58
+++ ChangeLog	1 Sep 2008 17:29:18 -0000	1.59
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/gwenhywfar
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.58 2008/08/22 22:51:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.59 2008/09/01 17:29:18 hanno Exp $
+
+*gwenhywfar-3.4.1 (01 Sep 2008)
+
+  01 Sep 2008; Hanno Boeck <hanno@gentoo.org> +gwenhywfar-3.4.1.ebuild:
+  Version bump.
 
   22 Aug 2008; Markus Meier <maekke@gentoo.org> gwenhywfar-2.6.2.ebuild:
   amd64 stable, bug #233536



1.1                  sys-libs/gwenhywfar/gwenhywfar-3.4.1.ebuild

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

Index: gwenhywfar-3.4.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.4.1.ebuild,v 1.1 2008/09/01 17:29:18 hanno Exp $

inherit flag-o-matic

append-ldflags -Wl,--no-as-needed
RESTRICT="test"

DESCRIPTION="A multi-platform helper library for other libraries"
HOMEPAGE="http://gwenhywfar.sourceforge.net"
SRC_URI="http://files.hboeck.de/aq/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"

IUSE="debug ssl doc ncurses"

RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
	sys-libs/ncurses
	ncurses? ( sys-libs/ncurses )"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

src_compile() {
	econf \
		$(use_enable ssl) \
		$(use_enable debug) \
		$(use_enable doc full-doc) \
		$(use_enable ncurses gwenui) \
		--with-docpath="/usr/share/doc/${PF}/apidoc" || die "configure failed"
	emake || die "emake failed"
	if use doc ; then
		emake srcdoc || die "emake failed"
	fi
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc README* AUTHORS ChangeLog TODO || die "dodoc failed"
	if use doc ; then
		make DESTDIR="${D}" install-srcdoc || die "install doc failed"
	fi
	find "${D}" -name '*.la' -delete
}






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

only message in thread, other threads:[~2008-09-01 17:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-01 17:29 [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-3.4.1.ebuild Hanno Boeck (hanno)

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