public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Raul Porcel (armin76)" <armin76@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/valknut: ChangeLog valknut-0.3.13.ebuild
Date: Sat, 19 Apr 2008 18:04:51 +0000	[thread overview]
Message-ID: <E1JnHQh-00048e-2v@stork.gentoo.org> (raw)

armin76     08/04/19 18:04:51

  Modified:             ChangeLog
  Added:                valknut-0.3.13.ebuild
  Log:
  Version bump
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.56                 net-p2p/valknut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/valknut/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	4 Feb 2008 15:29:27 -0000	1.55
+++ ChangeLog	19 Apr 2008 18:04:50 -0000	1.56
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/valknut
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/ChangeLog,v 1.55 2008/02/04 15:29:27 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/ChangeLog,v 1.56 2008/04/19 18:04:50 armin76 Exp $
+
+*valknut-0.3.13 (19 Apr 2008)
+
+  19 Apr 2008; Raúl Porcel <armin76@gentoo.org> +valknut-0.3.13.ebuild:
+  Version bump
 
   04 Feb 2008; Samuli Suominen <drac@gentoo.org> -valknut-0.3.10.ebuild,
   -valknut-0.3.11.ebuild, valknut-0.3.12.ebuild:



1.1                  net-p2p/valknut/valknut-0.3.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/valknut-0.3.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/valknut-0.3.13.ebuild?rev=1.1&content-type=text/plain

Index: valknut-0.3.13.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/valknut-0.3.13.ebuild,v 1.1 2008/04/19 18:04:50 armin76 Exp $

inherit qt3

DESCRIPTION="Qt based client for DirectConnect"
HOMEPAGE="http://sourceforge.net/projects/wxdcgui/"
SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="ssl"

RDEPEND="$(qt_min_version 3)
	>=dev-libs/libxml2-2.4.22
	~net-p2p/dclib-${PV}
	ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_compile() {
	econf \
		$(use_with ssl) \
		--with-libdc=/usr \
		--with-qt-dir=${QTDIR} \
		|| die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README TODO
}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-04-19 18:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-19 18:04 Raul Porcel (armin76) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-06-07 15:14 [gentoo-commits] gentoo-x86 commit in net-p2p/valknut: ChangeLog valknut-0.3.13.ebuild Gysbert Wassenaar (nixnut)
2008-06-17  0:59 Jeroen Roovers (jer)
2008-06-27 17:49 Thomas Anderson (gentoofan23)

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=E1JnHQh-00048e-2v@stork.gentoo.org \
    --to=armin76@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