diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-04-16 16:53:36 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-04-16 16:53:36 +0000 |
commit | 25072e8920e51a64e85198db73cfd65f33618f3e (patch) | |
tree | a6ecc1e07096edc864ffc240a91b66c228b932d7 /net-dialup/pptpd | |
parent | Stable on ppc-macos. (diff) | |
download | historical-25072e8920e51a64e85198db73cfd65f33618f3e.tar.gz historical-25072e8920e51a64e85198db73cfd65f33618f3e.tar.bz2 historical-25072e8920e51a64e85198db73cfd65f33618f3e.zip |
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup/pptpd')
-rw-r--r-- | net-dialup/pptpd/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/pptpd/Manifest | 12 | ||||
-rw-r--r-- | net-dialup/pptpd/files/digest-pptpd-1.2.3 | 1 | ||||
-rw-r--r-- | net-dialup/pptpd/pptpd-1.2.3.ebuild | 44 |
4 files changed, 58 insertions, 6 deletions
diff --git a/net-dialup/pptpd/ChangeLog b/net-dialup/pptpd/ChangeLog index 7f94a7a66ac7..30d697f83f5c 100644 --- a/net-dialup/pptpd/ChangeLog +++ b/net-dialup/pptpd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/pptpd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.14 2005/02/12 09:36:50 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.15 2005/04/16 16:53:36 mrness Exp $ + +*pptpd-1.2.3 (16 Apr 2005) + + 16 Apr 2005; Alin Nastac <mrness@gentoo.org> +pptpd-1.2.3.ebuild: + Version bump 12 Feb 2005; Alin Nastac <mrness@gentoo.org> -pptpd-1.1.4_beta4.ebuild, pptpd-1.2.1.ebuild: diff --git a/net-dialup/pptpd/Manifest b/net-dialup/pptpd/Manifest index e697929125c6..6b5cb7c5518d 100644 --- a/net-dialup/pptpd/Manifest +++ b/net-dialup/pptpd/Manifest @@ -2,15 +2,17 @@ Hash: SHA1 MD5 e29a9d70032635554622f4012486fa4a pptpd-1.2.1.ebuild 980 -MD5 f972875cefa2aaba83aa2785f4111260 ChangeLog 2162 +MD5 5fa44f660a97c6f0a73864b5eca47c07 pptpd-1.2.3.ebuild 1019 +MD5 9edd805c6bf2e21283d3f4f20d83dd0b ChangeLog 2274 MD5 9ab2ee42bf5bf7cf16cfa9a1bfc00d51 metadata.xml 299 MD5 25ef2baf82e8e7af70a8139693c49f69 files/digest-pptpd-1.2.1 63 +MD5 1fa197073ee270e0a198941524453ce3 files/digest-pptpd-1.2.3 63 MD5 96fed26a1a72e947d12edda983f74d16 files/pptpd-init 386 MD5 bff575819b8997e7bbe743b95cb134cb files/pptpd-confd 131 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCDc47jiC39V7gKu0RArGbAKC6BLcJop3dJ4w20aOCXn9A9LVb3gCgmODS -5TapiFGtwK81gdYXZiK0AaE= -=2umi +iD8DBQFCYUMojiC39V7gKu0RAq2XAJ49H/+ghWxPYu34BIYymkGCsbW/0gCfaqsu +k5tJUNRhp4oR3jucrkOiM4w= +=gTgY -----END PGP SIGNATURE----- diff --git a/net-dialup/pptpd/files/digest-pptpd-1.2.3 b/net-dialup/pptpd/files/digest-pptpd-1.2.3 new file mode 100644 index 000000000000..ccdf21edaae4 --- /dev/null +++ b/net-dialup/pptpd/files/digest-pptpd-1.2.3 @@ -0,0 +1 @@ +MD5 a521e40ca304b0c125cc25f9b9d03324 pptpd-1.2.3.tar.gz 185721 diff --git a/net-dialup/pptpd/pptpd-1.2.3.ebuild b/net-dialup/pptpd/pptpd-1.2.3.ebuild new file mode 100644 index 000000000000..85ae353f81ef --- /dev/null +++ b/net-dialup/pptpd/pptpd-1.2.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.2.3.ebuild,v 1.1 2005/04/16 16:53:36 mrness Exp $ + +DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server" +SRC_URI="mirror://sourceforge/poptop/${P}.tar.gz" +HOMEPAGE="http://www.poptop.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +IUSE="tcpd" + +DEPEND="virtual/libc + net-dialup/ppp + tcpd? ( sys-apps/tcp-wrappers )" + +src_compile() { + local myconf + use tcpd && myconf="--with-libwrap" + econf --with-bcrelay \ + ${myconf} || die "configure failed" + emake || die "make failed" +} + +src_install () { + einstall || die "make install failed" + + insinto /etc + doins samples/pptpd.conf + + insinto /etc/ppp + doins samples/options.pptpd + + exeinto /etc/init.d + newexe ${FILESDIR}/pptpd-init pptpd + + insinto /etc/conf.d + newins ${FILESDIR}/pptpd-confd pptpd + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO + docinto samples + dodoc samples/* +} |