public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/gns3: gns3-0.8.2.ebuild ChangeLog
@ 2012-05-10 21:35 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2012-05-10 21:35 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/05/10 21:35:07

  Modified:             ChangeLog
  Added:                gns3-0.8.2.ebuild
  Log:
  Version bump thanks to Ian Delaney <johneed@hotmail.com>. Bug #415117
  
  (Portage version: 2.1.10.58/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/gns3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	13 Jun 2011 09:23:49 -0000	1.1
+++ ChangeLog	10 May 2012 21:35:07 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/gns3
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/ChangeLog,v 1.1 2011/06/13 09:23:49 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/ChangeLog,v 1.2 2012/05/10 21:35:07 hwoarang Exp $
+
+*gns3-0.8.2 (10 May 2012)
+
+  10 May 2012; Markos Chandras <hwoarang@gentoo.org>
+  +files/gns3-0.8.2_install_path.patch, +gns3-0.8.2.ebuild:
+  Version bump thanks to Ian Delaney <johneed@hotmail.com>. Bug #415117
 
 *gns3-0.7.4 (13 Jun 2011)
 



1.1                  net-misc/gns3/gns3-0.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.2.ebuild?rev=1.1&content-type=text/plain

Index: gns3-0.8.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.8.2.ebuild,v 1.1 2012/05/10 21:35:07 hwoarang Exp $

EAPI="3"

PYTHON_DEPEND="2"

inherit distutils eutils

MY_P=${P/gns/GNS}-src

DESCRIPTION="Graphical Network Simulator"
HOMEPAGE="http://www.gns3.net/"
SRC_URI="mirror://sourceforge/gns-3/GNS3/${PV}/${MY_P}.tar.bz2"

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

DEPEND="x11-libs/qt-gui:4
	x11-libs/qt-svg:4
	>=dev-python/PyQt4-4.6.1"
RDEPEND="${DEPEND}
	>=app-emulation/dynamips-0.2.8_rc2"

S=${WORKDIR}/${MY_P}

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	# Fix illegal install path; /usr/local
	epatch "${FILESDIR}"/${P}_install_path.patch
	python_convert_shebangs -r 2 .
	distutils_src_prepare
}

src_install() {
	distutils_src_install

	doicon "${FILESDIR}/${PN}.xpm" \
		|| die "Failed to install ${PN}.xpm"
	make_desktop_entry "${PN}" "GNS3" "/usr/share/pixmaps/${PN}.xpm" "Utility;Emulator" \
		|| die "make_desktop_entry failed"
	doman docs/man/${PN}.1 \
		|| die "Installing man pages failed"
}






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

only message in thread, other threads:[~2012-05-10 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 21:35 [gentoo-commits] gentoo-x86 commit in net-misc/gns3: gns3-0.8.2.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