public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/socnetv: socnetv-0.70.ebuild ChangeLog
@ 2009-06-29 22:20 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2009-06-29 22:20 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/06/29 22:20:15

  Modified:             ChangeLog
  Added:                socnetv-0.70.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-misc/socnetv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/socnetv/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/socnetv/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/socnetv/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/socnetv/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	28 May 2009 10:31:04 -0000	1.2
+++ ChangeLog	29 Jun 2009 22:20:15 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/socnetv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/socnetv/ChangeLog,v 1.2 2009/05/28 10:31:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/socnetv/ChangeLog,v 1.3 2009/06/29 22:20:15 hwoarang Exp $
+
+*socnetv-0.70 (29 Jun 2009)
+
+  29 Jun 2009; Markos Chandras <hwoarang@gentoo.org> +socnetv-0.70.ebuild:
+  Version bump
 
 *socnetv-0.60 (28 May 2009)
 



1.1                  app-misc/socnetv/socnetv-0.70.ebuild

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

Index: socnetv-0.70.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/socnetv/socnetv-0.70.ebuild,v 1.1 2009/06/29 22:20:15 hwoarang Exp $

EAPI="2"

inherit qt4

MY_PN="SocNetV"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Qt Social Network Visualizer"
HOMEPAGE="http://socnetv.sourceforge.net/"
SRC_URI="mirror://sourceforge/socnetv/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND="x11-libs/qt-gui:4
		x11-libs/qt-webkit:4"

RDEPEND="${DEPEND}"

src_install() {
	dobin socnetv || die "dobin failed"
	doicon src/images/socnetv.png || die "doicon failed"
	make_desktop_entry  ${PN} SocNetV ${PN}.png 'Science' \
		|| die "make_desktop_entry failed"
	insinto /usr/share/${PN}/examples || die "insinto failed"
	doins nets/* || die "doins failed"
	dodoc AUTHORS ChangeLog README || die "dodoc failed"
	if use doc; then
		dohtml -r "${S}"/manual/* || die "dohtml failed"
	fi
	doman "${S}/man/${PN}.1.gz" || die "doman failed"
}






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

only message in thread, other threads:[~2009-06-29 22:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-29 22:20 [gentoo-commits] gentoo-x86 commit in app-misc/socnetv: socnetv-0.70.ebuild ChangeLog Markos Chandras (hwoarang)

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