diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-02-12 09:33:17 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-02-12 09:33:17 +0000 |
commit | ea072a1933ad08f0cc90adfdb70a8adad5742a5b (patch) | |
tree | 5060db625fdf8b04e55fd9d666d6bfe99e78e826 /net-dialup/pptpconfig | |
parent | Updated async patch; bug #67082. (diff) | |
download | historical-ea072a1933ad08f0cc90adfdb70a8adad5742a5b.tar.gz historical-ea072a1933ad08f0cc90adfdb70a8adad5742a5b.tar.bz2 historical-ea072a1933ad08f0cc90adfdb70a8adad5742a5b.zip |
remove oldie
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-dialup/pptpconfig')
-rw-r--r-- | net-dialup/pptpconfig/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/pptpconfig/Manifest | 16 | ||||
-rw-r--r-- | net-dialup/pptpconfig/files/digest-pptpconfig-20030731 | 1 | ||||
-rw-r--r-- | net-dialup/pptpconfig/pptpconfig-20030731.ebuild | 24 | ||||
-rw-r--r-- | net-dialup/pptpconfig/pptpconfig-20040722.ebuild | 4 |
5 files changed, 19 insertions, 33 deletions
diff --git a/net-dialup/pptpconfig/ChangeLog b/net-dialup/pptpconfig/ChangeLog index f920635f46ed..a4f914903b0b 100644 --- a/net-dialup/pptpconfig/ChangeLog +++ b/net-dialup/pptpconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/pptpconfig -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/ChangeLog,v 1.5 2004/11/29 18:27:45 jhuebel Exp $ +# 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 $ + + 12 Feb 2005; Alin Nastac <mrness@gentoo.org> -pptpconfig-20030731.ebuild: + Remove old ebuild. 29 Nov 2004; Jason Huebel <jhuebel@gentoo.org> pptpconfig-20040722.ebuild: ~amd64 diff --git a/net-dialup/pptpconfig/Manifest b/net-dialup/pptpconfig/Manifest index d2bbad728f87..51b59583f00d 100644 --- a/net-dialup/pptpconfig/Manifest +++ b/net-dialup/pptpconfig/Manifest @@ -1,6 +1,14 @@ -MD5 36a25ef4a22deedf217bc1c658e6abb1 ChangeLog 1317 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 50b088fb94a1f73dc05daaefa110fe42 pptpconfig-20040722.ebuild 761 +MD5 d649e5aefea2ab396d2e99f939d69cfc ChangeLog 1414 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 -MD5 7ec6fe082e727f4d8c6be0ed31ded2ab pptpconfig-20030731.ebuild 780 -MD5 f0ec52b6fd9cf3cb0816faf0eccfe24a pptpconfig-20040722.ebuild 762 -MD5 2e240ad9883a5bf27a2228ff1c4708d9 files/digest-pptpconfig-20030731 72 MD5 6d09d5d24ab4cc325fb857c2f54be505 files/digest-pptpconfig-20040722 70 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFCDc1njiC39V7gKu0RAjAzAJsGWABAbCjGY/zxiHBIhR2vWYqDCgCfU8GD +Ejj7ooCmZVAypMpSEwISdv0= +=BErX +-----END PGP SIGNATURE----- diff --git a/net-dialup/pptpconfig/files/digest-pptpconfig-20030731 b/net-dialup/pptpconfig/files/digest-pptpconfig-20030731 deleted file mode 100644 index 7dea05ae9a43..000000000000 --- a/net-dialup/pptpconfig/files/digest-pptpconfig-20030731 +++ /dev/null @@ -1 +0,0 @@ -MD5 19d2e5b0bc782a6272fe1459e9e79767 pptp-php-gtk-20030731.tar.gz 38748 diff --git a/net-dialup/pptpconfig/pptpconfig-20030731.ebuild b/net-dialup/pptpconfig/pptpconfig-20030731.ebuild deleted file mode 100644 index 747711fdb0ad..000000000000 --- a/net-dialup/pptpconfig/pptpconfig-20030731.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20030731.ebuild,v 1.2 2004/09/27 13:39:39 dragonheart Exp $ - -DESCRIPTION="Configuration and management program for PPTP Client tunnels" -HOMEPAGE="http://pptpclient.sourceforge.net/" -SRC_URI="mirror://sourceforge/pptpclient/pptp-php-gtk-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="" -RDEPEND="dev-php/php-gtk - net-dialup/pptpclient" - -S=${WORKDIR}/pptp-php-gtk-${PV} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO - sed -i -e "s:#!/usr/bin/php4:#!/usr/bin/php:" ${D}/usr/bin/pptp-php-gtk.php -} diff --git a/net-dialup/pptpconfig/pptpconfig-20040722.ebuild b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild index 6e0e53f71dc8..50476714e2e3 100644 --- a/net-dialup/pptpconfig/pptpconfig-20040722.ebuild +++ b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.3 2004/11/29 18:27:45 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20040722.ebuild,v 1.4 2005/02/12 09:33:17 mrness Exp $ DESCRIPTION="Configuration and management program for PPTP Client tunnels" HOMEPAGE="http://pptpclient.sourceforge.net/" |