public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/networkmanager-pptp: ChangeLog networkmanager-pptp-0.9.2.0.ebuild
@ 2011-11-25  4:09 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-11-25  4:09 UTC (permalink / raw
  To: gentoo-commits

tetromino    11/11/25 04:09:32

  Modified:             ChangeLog
  Added:                networkmanager-pptp-0.9.2.0.ebuild
  Log:
  Version bump to the 0.9.2 release. Remove test USE flag since there are no tests in the tarball.
  
  (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 net-misc/networkmanager-pptp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/networkmanager-pptp/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	11 Oct 2011 17:13:20 -0000	1.18
+++ ChangeLog	25 Nov 2011 04:09:31 -0000	1.19
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/networkmanager-pptp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-pptp/ChangeLog,v 1.18 2011/10/11 17:13:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-pptp/ChangeLog,v 1.19 2011/11/25 04:09:31 tetromino Exp $
+
+*networkmanager-pptp-0.9.2.0 (25 Nov 2011)
+
+  25 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  +networkmanager-pptp-0.9.2.0.ebuild:
+  Version bump to the 0.9.2 release. Remove test USE flag since there are no
+  tests in the tarball.
 
   11 Oct 2011; Pacho Ramos <pacho@gentoo.org> networkmanager-pptp-0.8.2.ebuild:
   Drop DEPRECATED flags, bug #385503



1.1                  net-misc/networkmanager-pptp/networkmanager-pptp-0.9.2.0.ebuild

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

Index: networkmanager-pptp-0.9.2.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-pptp/networkmanager-pptp-0.9.2.0.ebuild,v 1.1 2011/11/25 04:09:31 tetromino Exp $

EAPI="4"
GNOME_ORG_MODULE="NetworkManager-${PN##*-}"

inherit gnome.org

DESCRIPTION="NetworkManager PPTP plugin"
HOMEPAGE="http://www.gnome.org/projects/NetworkManager/"

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

RDEPEND="
	>=net-misc/networkmanager-${PV}
	>=dev-libs/dbus-glib-0.74
	net-dialup/ppp
	net-dialup/pptpclient
	gnome? (
		>=x11-libs/gtk+-2.91.4:3
		gnome-base/gnome-keyring
	)"

DEPEND="${RDEPEND}
	sys-devel/gettext
	dev-util/intltool
	dev-util/pkgconfig"

src_configure() {
	ECONF="--disable-more-warnings
		--disable-static
		--with-dist-version=Gentoo
		--with-gtkver=3
		$(use_with gnome)"

	econf ${ECONF}
}

src_install() {
	default
	# Remove useless .la files
	find "${D}" -name '*.la' -exec rm -f {} +
}






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

only message in thread, other threads:[~2011-11-25  4:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-25  4:09 [gentoo-commits] gentoo-x86 commit in net-misc/networkmanager-pptp: ChangeLog networkmanager-pptp-0.9.2.0.ebuild Alexandre Rostovtsev (tetromino)

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