summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 13:31:56 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 13:31:56 +0000
commit43098e31a50cc9866df943f92c007fe9ad305a51 (patch)
treed9ab45324169749d4effa8e14fd9f9a49b37972d /dev-util/lincvs
parentrepoman'd (diff)
downloadhistorical-43098e31a50cc9866df943f92c007fe9ad305a51.tar.gz
historical-43098e31a50cc9866df943f92c007fe9ad305a51.tar.bz2
historical-43098e31a50cc9866df943f92c007fe9ad305a51.zip
repoman'd
Diffstat (limited to 'dev-util/lincvs')
-rw-r--r--dev-util/lincvs/files/digest-lincvs-0.3.0-r12
-rw-r--r--dev-util/lincvs/lincvs-0.3.0-r1.ebuild45
-rw-r--r--dev-util/lincvs/lincvs-0.9.90.ebuild17
3 files changed, 11 insertions, 53 deletions
diff --git a/dev-util/lincvs/files/digest-lincvs-0.3.0-r1 b/dev-util/lincvs/files/digest-lincvs-0.3.0-r1
deleted file mode 100644
index 5f804aee3a3f..000000000000
--- a/dev-util/lincvs/files/digest-lincvs-0.3.0-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f6f6875aa6ba9fe675acffbf9238d5a7 lincvs-0.3-0-generic-src.tgz 225854
-MD5 ea3c83b9ad56ca8702d8e91efae5c710 lincvs-0.3.patch-1.tgz 495
diff --git a/dev-util/lincvs/lincvs-0.3.0-r1.ebuild b/dev-util/lincvs/lincvs-0.3.0-r1.ebuild
deleted file mode 100644
index a8077b8f7ed2..000000000000
--- a/dev-util/lincvs/lincvs-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-0.3.0-r1.ebuild,v 1.4 2002/07/23 05:29:48 raker Exp $
-
-S=${WORKDIR}/LinCVS-0.3
-DESCRIPTION="A Graphical CVS Client"
-SRC_URI="http://ppprs1.phy.tu-dresden.de/~trogisch/${PN}/download/${P}/${PN}-0.3-0-generic-src.tgz
- http://ppprs1.phy.tu-dresden.de/~trogisch/${PN}/download/${P}/${PN}-0.3.patch-1.tgz"
-HOMEPAGE="http://www.lincvs.de"
-SLOT="0"
-DEPEND="kde? ( =kde-base/kdelibs-2* ) =x11-libs/qt-2*"
-RDEPEND="$DEPEND dev-util/cvs"
-KEYWORDS="*"
-LICENSE="GPL-2"
-
-src_unpack () {
- unpack ${A}
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
- cd ${S}/src
- patch diffview.cpp ${WORKDIR}/LinCVS-patch/diffview.patch
-}
-
-src_compile() {
- if [ "`use kde`" ] ; then
- sed "s:KDE2DIR:KDEDIR:g" Makefile.kde2 > Makefile
- fi
- cp Makefile Makefile.orig
- sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile
- make
-}
-
-src_install () {
- into /usr
- dobin LinCVS tools/*.sh
- insinto /usr/share/icons/lincvs
- doins res/*.xpm
- dodoc AUTHORS COPYING ChangeLog
- #This is required by the app - uncmopressed txt's
- cd ${D}/usr/share/doc
- ln -s ${P}-${PR} ${PN}
- cd ${PN}
- cp ${S}/*.{txt,TXT} .
-}
-
-
diff --git a/dev-util/lincvs/lincvs-0.9.90.ebuild b/dev-util/lincvs/lincvs-0.9.90.ebuild
index 5bea6c26eee2..b6569daa3428 100644
--- a/dev-util/lincvs/lincvs-0.9.90.ebuild
+++ b/dev-util/lincvs/lincvs-0.9.90.ebuild
@@ -1,17 +1,22 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-0.9.90.ebuild,v 1.1 2002/07/23 05:29:48 raker Exp $
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-0.9.90.ebuild,v 1.2 2002/07/23 13:28:37 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A Graphical CVS Client"
-SRC_URI="http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/LINCVS/lincvs-0.9.90/lincvs-0.9.90-0-generic-src.tgz"
+SRC_URI="http://ppprs1.phy.tu-dresden.de/~trogisch/${PN}/download/LINCVS/${P}/${P}-0-generic-src.tgz"
HOMEPAGE="http://www.lincvs.org"
+
SLOT="0"
-DEPEND="kde? ( =kde-base/kdelibs-2* ) =x11-libs/qt-2*"
-RDEPEND="$DEPEND dev-util/cvs"
-KEYWORDS="*"
+KEYWORDS="x86"
LICENSE="GPL-2"
+DEPEND="kde? ( =kde-base/kdelibs-2* )
+ =x11-libs/qt-2*"
+
+RDEPEND="${DEPEND}
+ dev-util/cvs"
+
src_unpack() {
unpack ${A}