summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-11-10 12:45:09 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-11-10 12:45:09 +0000
commit9de0c9bf8914a502d72bfce575f0fb407ced494e (patch)
tree505e3c7bf729392bee6a31c6437e740411d23b49 /dev-util/kdbg
parentnew version .. no RC5, sorry (diff)
downloadhistorical-9de0c9bf8914a502d72bfce575f0fb407ced494e.tar.gz
historical-9de0c9bf8914a502d72bfce575f0fb407ced494e.tar.bz2
historical-9de0c9bf8914a502d72bfce575f0fb407ced494e.zip
A=-fix, try->die, tab-fixes, stylefixes, ...
Diffstat (limited to 'dev-util/kdbg')
-rw-r--r--dev-util/kdbg/kdbg-1.2.1.ebuild5
-rw-r--r--dev-util/kdbg/kdbg-1.2.2.ebuild9
2 files changed, 5 insertions, 9 deletions
diff --git a/dev-util/kdbg/kdbg-1.2.1.ebuild b/dev-util/kdbg/kdbg-1.2.1.ebuild
index 4b6714a571df..4136b060f404 100644
--- a/dev-util/kdbg/kdbg-1.2.1.ebuild
+++ b/dev-util/kdbg/kdbg-1.2.1.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.1.ebuild,v 1.3 2001/09/29 21:03:25 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.1.ebuild,v 1.4 2001/11/10 12:45:09 hallski Exp $
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A Graphical Debugger Interface to gdb"
-SRC_URI="ftp://ftp.eudaptics.com/pub/people/jsixt/${A}"
+SRC_URI="ftp://ftp.eudaptics.com/pub/people/jsixt/${P}.tar.gz"
HOMEPAGE="http://members.nextra.at/johsixt/kdbg.html"
DEPEND=">=kde-base/kdelibs-2.0.1"
diff --git a/dev-util/kdbg/kdbg-1.2.2.ebuild b/dev-util/kdbg/kdbg-1.2.2.ebuild
index 8034607cd1ba..f1f163b19198 100644
--- a/dev-util/kdbg/kdbg-1.2.2.ebuild
+++ b/dev-util/kdbg/kdbg-1.2.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.2.ebuild,v 1.1 2001/10/03 22:20:18 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.2.ebuild,v 1.2 2001/11/10 12:45:09 hallski Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-base || die
@@ -15,9 +15,6 @@ RDEPEND="$RDEPEND >=kde-base/kdelibs-2.0.1"
src_compile() {
kde_src_compile myconf
- myconf="$myconf --with-kde-version=2"
- kde_src_compile configure make
-
+ myconf="$myconf --with-kde-version=2"
+ kde_src_compile configure make
}
-
-