summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild')
-rw-r--r--net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild b/net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild
deleted file mode 100644
index 49d9902c735c..000000000000
--- a/net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2007 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.23.ebuild,v 1.7 2007/04/14 10:33:44 mrness Exp $
-
-inherit gnome2 eutils
-
-MAJOR_V=${PV%.[0-9]*}
-
-DESCRIPTION="A GNOME 2 WvDial frontend"
-HOMEPAGE="None available"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=net-dialup/wvdial-1.54
- >=gnome-base/libglade-2.4
- >=x11-libs/gtk+-2.4"
-DEPEND="sys-devel/gettext
- dev-util/pkgconfig
- dev-util/intltool
- ${RDEPEND}"
-
-USE_DESTDIR="1"
-DOCS="ChangeLog"
-
-src_unpack() {
- unpack ${A}
-
- epatch "${FILESDIR}"/${P}-implicit-decl.patch
-}
-
-src_install() {
- gnome2_src_install top_builddir="${S}"
-}