summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-10-04 19:55:52 +0000
committerAlin Năstac <mrness@gentoo.org>2005-10-04 19:55:52 +0000
commita7898dc724743baf236d4bf7710d08ca197c1893 (patch)
tree9e57d3e644d6fed7768f0dacdcecc37c852c6fd7 /net-dialup/pptpconfig
parentKeyworded ~sparc (diff)
downloadhistorical-a7898dc724743baf236d4bf7710d08ca197c1893.tar.gz
historical-a7898dc724743baf236d4bf7710d08ca197c1893.tar.bz2
historical-a7898dc724743baf236d4bf7710d08ca197c1893.zip
fix dependency on php-gtk (#106566)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup/pptpconfig')
-rw-r--r--net-dialup/pptpconfig/ChangeLog5
-rw-r--r--net-dialup/pptpconfig/Manifest12
-rw-r--r--net-dialup/pptpconfig/pptpconfig-20040722.ebuild6
3 files changed, 13 insertions, 10 deletions
diff --git a/net-dialup/pptpconfig/ChangeLog b/net-dialup/pptpconfig/ChangeLog
index a4f914903b0b..9d031c7ab9b4 100644
--- a/net-dialup/pptpconfig/ChangeLog
+++ b/net-dialup/pptpconfig/ChangeLog
@@ -1,6 +1,9 @@
# 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.6 2005/02/12 09:33:17 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/ChangeLog,v 1.7 2005/10/04 19:55:52 mrness Exp $
+
+ 04 Oct 2005; Alin Nastac <mrness@gentoo.org> pptpconfig-20040722.ebuild:
+ Fix dependency on dev-php4/php-gtk (#106566).
12 Feb 2005; Alin Nastac <mrness@gentoo.org> -pptpconfig-20030731.ebuild:
Remove old ebuild.
diff --git a/net-dialup/pptpconfig/Manifest b/net-dialup/pptpconfig/Manifest
index 51b59583f00d..21835873ac23 100644
--- a/net-dialup/pptpconfig/Manifest
+++ b/net-dialup/pptpconfig/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 50b088fb94a1f73dc05daaefa110fe42 pptpconfig-20040722.ebuild 761
-MD5 d649e5aefea2ab396d2e99f939d69cfc ChangeLog 1414
+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.2.6 (GNU/Linux)
+Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCDc1njiC39V7gKu0RAjAzAJsGWABAbCjGY/zxiHBIhR2vWYqDCgCfU8GD
-Ejj7ooCmZVAypMpSEwISdv0=
-=BErX
+iD8DBQFDQt6ENSP4Vda7IdsRAkmcAKCJ8o8K3Qf4wDH49fkhQhVbIJ/4YwCdGVhF
+i41wZHG1sYjkIy9nJeA+RzU=
+=yGp+
-----END PGP SIGNATURE-----
diff --git a/net-dialup/pptpconfig/pptpconfig-20040722.ebuild b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild
index 50476714e2e3..4d8fe24115c6 100644
--- a/net-dialup/pptpconfig/pptpconfig-20040722.ebuild
+++ b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20040722.ebuild,v 1.4 2005/02/12 09:33:17 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20040722.ebuild,v 1.5 2005/10/04 19:55:52 mrness Exp $
DESCRIPTION="Configuration and management program for PPTP Client tunnels"
HOMEPAGE="http://pptpclient.sourceforge.net/"
@@ -8,11 +8,11 @@ SRC_URI="mirror://sourceforge/pptpclient/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
-RDEPEND="dev-php/php-gtk
+RDEPEND="|| ( dev-php4/php-gtk dev-php/php-gtk )
net-dialup/pptpclient
sys-apps/iproute2"