summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-16 20:02:51 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-16 20:02:51 +0000
commit718fd74f3f6a02bfd898d2da6c4fa4dcd6d9338c (patch)
treeb46b420ebe9cf13f4744e02f1581ccbc109e7b92 /net-dialup/pptpconfig
parentNew version for gnome-2.14 that supports beagle integration. (diff)
downloadgentoo-2-718fd74f3f6a02bfd898d2da6c4fa4dcd6d9338c.tar.gz
gentoo-2-718fd74f3f6a02bfd898d2da6c4fa4dcd6d9338c.tar.bz2
gentoo-2-718fd74f3f6a02bfd898d2da6c4fa4dcd6d9338c.zip
version bump
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/pptpconfig')
-rw-r--r--net-dialup/pptpconfig/ChangeLog9
-rw-r--r--net-dialup/pptpconfig/Manifest16
-rw-r--r--net-dialup/pptpconfig/files/digest-pptpconfig-200602221
-rw-r--r--net-dialup/pptpconfig/pptpconfig-20060222.ebuild22
4 files changed, 34 insertions, 14 deletions
diff --git a/net-dialup/pptpconfig/ChangeLog b/net-dialup/pptpconfig/ChangeLog
index 9d031c7ab9b4..db492baf88b9 100644
--- a/net-dialup/pptpconfig/ChangeLog
+++ b/net-dialup/pptpconfig/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dialup/pptpconfig
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/ChangeLog,v 1.7 2005/10/04 19:55:52 mrness Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/ChangeLog,v 1.8 2006/03/16 20:02:51 mrness Exp $
+
+*pptpconfig-20060222 (16 Mar 2006)
+
+ 16 Mar 2006; Alin Nastac <mrness@gentoo.org> +pptpconfig-20060222.ebuild:
+ Version bump.
04 Oct 2005; Alin Nastac <mrness@gentoo.org> pptpconfig-20040722.ebuild:
Fix dependency on dev-php4/php-gtk (#106566).
diff --git a/net-dialup/pptpconfig/Manifest b/net-dialup/pptpconfig/Manifest
index 21835873ac23..6d105502f5aa 100644
--- a/net-dialup/pptpconfig/Manifest
+++ b/net-dialup/pptpconfig/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 208dc406b938224b15e815ab83230d28 pptpconfig-20040722.ebuild 785
MD5 0f937be11f04da2753d22929529d9149 ChangeLog 1538
-MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
MD5 6d09d5d24ab4cc325fb857c2f54be505 files/digest-pptpconfig-20040722 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDQt6ENSP4Vda7IdsRAkmcAKCJ8o8K3Qf4wDH49fkhQhVbIJ/4YwCdGVhF
-i41wZHG1sYjkIy9nJeA+RzU=
-=yGp+
------END PGP SIGNATURE-----
+MD5 b2a676ca5dac90e0ecc8b58d6c22ab25 files/digest-pptpconfig-20060222 70
+MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
+MD5 208dc406b938224b15e815ab83230d28 pptpconfig-20040722.ebuild 785
+MD5 7f42323a06ce4555cd0314004de29817 pptpconfig-20060222.ebuild 767
diff --git a/net-dialup/pptpconfig/files/digest-pptpconfig-20060222 b/net-dialup/pptpconfig/files/digest-pptpconfig-20060222
new file mode 100644
index 000000000000..f241b9da260f
--- /dev/null
+++ b/net-dialup/pptpconfig/files/digest-pptpconfig-20060222
@@ -0,0 +1 @@
+MD5 f8bb809d3ebf52bf91e3c13d46d9a43a pptpconfig-20060222.tar.gz 42275
diff --git a/net-dialup/pptpconfig/pptpconfig-20060222.ebuild b/net-dialup/pptpconfig/pptpconfig-20060222.ebuild
new file mode 100644
index 000000000000..dec8b9b49de3
--- /dev/null
+++ b/net-dialup/pptpconfig/pptpconfig-20060222.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20060222.ebuild,v 1.1 2006/03/16 20:02:51 mrness Exp $
+
+DESCRIPTION="Configuration and management program for PPTP Client tunnels"
+HOMEPAGE="http://pptpclient.sourceforge.net/"
+SRC_URI="mirror://sourceforge/pptpclient/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="|| ( dev-php4/php-gtk dev-php/php-gtk )
+ net-dialup/pptpclient
+ sys-apps/iproute2"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO
+ dosed 's:/usr/lib/php-pcntl/bin/php:/usr/bin/php:' /usr/bin/pptpconfig.php
+}