summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2004-07-17 16:50:44 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2004-07-17 16:50:44 +0000
commitfd3dcf273cf80a48614adce852acfdb26ddd5ac3 (patch)
tree0a7dcbc5ce4699f0b18eb9421ef8f696a3890817 /net-dialup/gnome-ppp
parentstable on ppc64, bug #55520 (Manifest recommit) (diff)
downloadgentoo-2-fd3dcf273cf80a48614adce852acfdb26ddd5ac3.tar.gz
gentoo-2-fd3dcf273cf80a48614adce852acfdb26ddd5ac3.tar.bz2
gentoo-2-fd3dcf273cf80a48614adce852acfdb26ddd5ac3.zip
Added 0.3.11
Diffstat (limited to 'net-dialup/gnome-ppp')
-rw-r--r--net-dialup/gnome-ppp/ChangeLog7
-rw-r--r--net-dialup/gnome-ppp/Manifest2
-rw-r--r--net-dialup/gnome-ppp/files/digest-gnome-ppp-0.3.111
-rw-r--r--net-dialup/gnome-ppp/gnome-ppp-0.3.11.ebuild28
4 files changed, 37 insertions, 1 deletions
diff --git a/net-dialup/gnome-ppp/ChangeLog b/net-dialup/gnome-ppp/ChangeLog
index 67d937f381b3..cfa835db8f1e 100644
--- a/net-dialup/gnome-ppp/ChangeLog
+++ b/net-dialup/gnome-ppp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dialup/gnome-ppp
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/ChangeLog,v 1.1 2004/07/13 12:55:18 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/ChangeLog,v 1.2 2004/07/17 16:50:44 pclouds Exp $
+
+*gnome-ppp-0.3.11 (17 Jul 2004)
+
+ 17 Jul 2004; <pclouds@gentoo.org> gnome-ppp-0.3.11.ebuild:
+ Added gnome-ppp-0.3.11
*gnome-ppp-0.3.7 (13 Jul 2004)
diff --git a/net-dialup/gnome-ppp/Manifest b/net-dialup/gnome-ppp/Manifest
index f87e26f5170f..a9778f3e6479 100644
--- a/net-dialup/gnome-ppp/Manifest
+++ b/net-dialup/gnome-ppp/Manifest
@@ -1,5 +1,7 @@
MD5 f2875075f993919900c8c0ec681669dd gnome-ppp-0.3.7.ebuild 841
MD5 625433e0d943fa837fdde6863969cbce ChangeLog 430
MD5 202034bd87dab639103a4f2f07b6c376 metadata.xml 222
+MD5 2ab956b5a6a5d798f2ab4b14eda9e241 gnome-ppp-0.3.11.ebuild 675
+MD5 199ca5ec33e6b2d02aebecc8cffc8442 files/digest-gnome-ppp-0.3.11 68
MD5 517397ea9a36c3068f4bd3e3d200a796 files/digest-gnome-ppp-0.3.7 67
MD5 0db6bcc6943c0202e807b1d454cea4a1 files/gnome-ppp-0.3.7-glade.patch 574
diff --git a/net-dialup/gnome-ppp/files/digest-gnome-ppp-0.3.11 b/net-dialup/gnome-ppp/files/digest-gnome-ppp-0.3.11
new file mode 100644
index 000000000000..45a2c7c52ab1
--- /dev/null
+++ b/net-dialup/gnome-ppp/files/digest-gnome-ppp-0.3.11
@@ -0,0 +1 @@
+MD5 edc0e3a7ff3cc823c2044449f5769742 gnome-ppp-0.3.11.tar.gz 478690
diff --git a/net-dialup/gnome-ppp/gnome-ppp-0.3.11.ebuild b/net-dialup/gnome-ppp/gnome-ppp-0.3.11.ebuild
new file mode 100644
index 000000000000..cb55beef6542
--- /dev/null
+++ b/net-dialup/gnome-ppp/gnome-ppp-0.3.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/gnome-ppp-0.3.11.ebuild,v 1.1 2004/07/17 16:50:44 pclouds Exp $
+
+inherit gnome2 eutils
+
+DESCRIPTION="A GNOME 2 WvDial frontend"
+HOMEPAGE="http://www.gnome-ppp.org/"
+LICENSE="GPL-2"
+
+MP=${PV%.[0-9]}
+SRC_URI="http://www.gnome-ppp.org/download/${MP}/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=net-dialup/wvdial-1.53-r1
+ >=gnome-base/libgnomeui-2.0
+ >=gnome-base/libglade-2.0
+ >=dev-libs/libxml2-2.0
+ app-text/scrollkeeper"
+
+DEPEND="sys-devel/gettext
+ dev-util/pkgconfig
+ ${RDEPEND}"
+
+USE_DESTDIR="1"