public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2009-12-16 16:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-12-16 16:26 UTC (permalink / raw
  To: gentoo-commits

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
}






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

only message in thread, other threads:[~2009-12-16 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16 16:26 [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 Samuli Suominen (ssuominen)

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