public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/valknut: ChangeLog valknut-0.4.9.ebuild valknut-0.3.21a.ebuild valknut-0.3.19.ebuild
Date: Wed, 16 Dec 2009 16:26:00 +0000	[thread overview]
Message-ID: <E1NKwhM-0003WA-Vv@stork.gentoo.org> (raw)

ssuominen    09/12/16 16:26:00

  Modified:             ChangeLog
  Added:                valknut-0.4.9.ebuild
  Removed:              valknut-0.3.21a.ebuild valknut-0.3.19.ebuild
  Log:
  Version bump wrt #235031, thanks to Mario Kicherer for reporting.
  (Portage version: 2.2_rc59/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 net-p2p/valknut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/valknut/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	8 Jun 2009 18:40:36 -0000	1.69
+++ ChangeLog	16 Dec 2009 16:26:00 -0000	1.70
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/valknut
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/ChangeLog,v 1.69 2009/06/08 18:40:36 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/ChangeLog,v 1.70 2009/12/16 16:26:00 ssuominen Exp $
+
+*valknut-0.4.9 (16 Dec 2009)
+
+  16 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +valknut-0.4.9.ebuild:
+  Version bump wrt #235031, thanks to Mario Kicherer for reporting.
 
 *valknut-0.3.23 (08 Jun 2009)
 



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

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

Index: valknut-0.4.9.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/valknut-0.4.9.ebuild,v 1.1 2009/12/16 16:26:00 ssuominen Exp $

EAPI=2

DESCRIPTION="A open source cross platform client for the Direct Connect network"
HOMEPAGE="http://sourceforge.net/projects/wxdcgui/"
SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2
	gnome? ( mirror://sourceforge/wxdcgui/${P}-gnome-icons.tar.gz )
	kde? ( mirror://sourceforge/wxdcgui/${P}-oxygen-icons.tar.gz )"

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

RDEPEND="x11-libs/qt-gui:4[qt3support]
	>=net-p2p/dclib-0.3.23"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	econf \
		--disable-dependency-tracking
}

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

	insinto /usr/share/${PN}/icons/appl

	if use gnome; then
		doins -r "${WORKDIR}"/${P}-gnome-icons/gnome
	fi

	if use kde; then
		doins -r "${WORKDIR}"/${P}-oxygen-icons/oxygen
	fi
}






                 reply	other threads:[~2009-12-16 16:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1NKwhM-0003WA-Vv@stork.gentoo.org \
    --to=ssuominen@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