public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Faulhammer (fauli)" <fauli@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/gatt: ChangeLog gatt-0.6.4.ebuild
Date: Tue, 21 Jul 2009 07:02:42 +0000	[thread overview]
Message-ID: <E1MT9N4-0008FL-4h@stork.gentoo.org> (raw)

fauli       09/07/21 07:02:42

  Modified:             ChangeLog
  Added:                gatt-0.6.4.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.38                 app-portage/gatt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	18 Jun 2009 11:50:33 -0000	1.37
+++ ChangeLog	21 Jul 2009 07:02:42 -0000	1.38
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/gatt
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.37 2009/06/18 11:50:33 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.38 2009/07/21 07:02:42 fauli Exp $
+
+*gatt-0.6.4 (21 Jul 2009)
+
+  21 Jul 2009; Christian Faulhammer <fauli@gentoo.org> +gatt-0.6.4.ebuild:
+  version bump
 
   18 Jun 2009; Thomas Anderson <gentoofan23@gentoo.org> gatt-9999.ebuild:
   Add note about the keywords template needing a ~arch version of



1.1                  app-portage/gatt/gatt-0.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-0.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-0.6.4.ebuild?rev=1.1&content-type=text/plain

Index: gatt-0.6.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-0.6.4.ebuild,v 1.1 2009/07/21 07:02:42 fauli Exp $

inherit eutils

DESCRIPTION="Gentoo Arch Testing Tool for architecture tester and developer"
HOMEPAGE="http://gatt.sourceforge.net/
	http://www.gentoo.org/proj/en/base/x86/at.xml
	http://www.gentoo.org/proj/en/base/ppc/AT/index.xml
	http://www.gentoo.org/proj/en/base/amd64/at/index.xml
	http://www.gentoo.org/proj/en/base/alpha/AT/index.xml"
SRC_URI="mirror://sourceforge/gatt/${P}.tar.bz2"

LICENSE="GPL-2 GPL-3 FDL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc libpaludis"

RDEPEND=">=dev-libs/boost-1.33.1
	>=dev-cpp/libthrowable-1.1.0
	www-client/pybugz
	libpaludis? ( >=sys-apps/paludis-0.26.0_alpha9 )"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

pkg_setup() {
	ewarn "Gatt is targeted at Gentoo developers, arch-testers and power users. Do"
	ewarn "by no means use it if you are new to Gentoo. You have been warned!"
	ewarn
	elog "There is an Info manual shipped with some extensive examples".
	if use libpaludis && ! built_with_use sys-apps/paludis portage; then
		ewarn "You either have to emerge Paludis with USE=portage enabled or configure"
		ewarn "it properly before using Gatt with it."
	fi
}

src_compile() {
	econf $(use_enable libpaludis) || die
	emake || die
	use doc && doxygen
}
src_install() {
	emake DESTDIR="${D}" install || die
	dodoc README NEWS AUTHORS ChangeLog

	if use doc; then
		dohtml doc/html/*
	fi
}






             reply	other threads:[~2009-07-21  7:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-21  7:02 Christian Faulhammer (fauli) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-30 11:46 [gentoo-commits] gentoo-x86 commit in app-portage/gatt: ChangeLog gatt-0.6.4.ebuild Samuli Suominen (ssuominen)
2009-08-18  7:51 Christian Faulhammer (fauli)
2009-08-25 13:00 Christian Faulhammer (fauli)
2009-08-27 16:56 Raul Porcel (armin76)
2009-08-29 12:17 Thomas Anderson (tanderson)
2009-08-29 19:49 Gysbert Wassenaar (nixnut)
2009-08-31 19:27 Brent Baude (ranger)
2009-10-12 20:14 Jeroen Roovers (jer)

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=E1MT9N4-0008FL-4h@stork.gentoo.org \
    --to=fauli@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