diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-07-23 05:29:48 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-07-23 05:29:48 +0000 |
commit | 37436917d19f9fa74101de231a48650aef410820 (patch) | |
tree | ff822b9367d11ff9fda293ab736f521fa8a204e6 /dev-util/lincvs | |
parent | repoman'd (diff) | |
download | historical-37436917d19f9fa74101de231a48650aef410820.tar.gz historical-37436917d19f9fa74101de231a48650aef410820.tar.bz2 historical-37436917d19f9fa74101de231a48650aef410820.zip |
Version bump. Added diff for proper compiling. Pinned down depends to
qt-2* and kde-2*. Tested kde and -kde builds.
Diffstat (limited to 'dev-util/lincvs')
-rw-r--r-- | dev-util/lincvs/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/lincvs/files/digest-lincvs-0.9.90 | 1 | ||||
-rw-r--r-- | dev-util/lincvs/files/nodefaults.diff | 24 | ||||
-rw-r--r-- | dev-util/lincvs/lincvs-0.3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/lincvs/lincvs-0.9.90.ebuild | 64 |
5 files changed, 100 insertions, 3 deletions
diff --git a/dev-util/lincvs/ChangeLog b/dev-util/lincvs/ChangeLog index 2129589f9169..8999a3dceb51 100644 --- a/dev-util/lincvs/ChangeLog +++ b/dev-util/lincvs/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-util/lincvs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/ChangeLog,v 1.2 2002/07/23 05:29:48 raker Exp $ + +*lincvs-0.9.90 (23 Jul 2002) + + 23 Jul 2002; Nick Hadaway <raker@gentoo.org> + lincvs-0.9.90.ebuild, files/digest-lincvs-0.9.90, files/nodefaults.diff : + + Version bump. Added diff for proper compiling. Pinned down depends to + qt-2* and kde-2*. Tested kde and -kde builds. *lincvs-0.3.0-r1 (1 Feb 2002) diff --git a/dev-util/lincvs/files/digest-lincvs-0.9.90 b/dev-util/lincvs/files/digest-lincvs-0.9.90 new file mode 100644 index 000000000000..7d86def56699 --- /dev/null +++ b/dev-util/lincvs/files/digest-lincvs-0.9.90 @@ -0,0 +1 @@ +MD5 c09a267ba3081953ebef695dfaac4d62 lincvs-0.9.90-0-generic-src.tgz 515974 diff --git a/dev-util/lincvs/files/nodefaults.diff b/dev-util/lincvs/files/nodefaults.diff new file mode 100644 index 000000000000..0319c54d85ec --- /dev/null +++ b/dev-util/lincvs/files/nodefaults.diff @@ -0,0 +1,24 @@ +diff -urN lincvs-0.9.90/src/CommandInterface.h lincvs-0.9.90-modified/src/CommandInterface.h +--- lincvs-0.9.90/src/CommandInterface.h Thu Feb 14 04:41:18 2002 ++++ lincvs-0.9.90-modified/src/CommandInterface.h Mon Jul 22 21:00:06 2002 +@@ -70,7 +70,7 @@ + QString& repository, + int cmd, + QString& cvsRsh, +- bool noroot=false); ++ bool noroot); + + virtual ~CommandInterface() {} + virtual void afterCall(int cmd) = 0; +diff -urN lincvs-0.9.90/src/controls.h lincvs-0.9.90-modified/src/controls.h +--- lincvs-0.9.90/src/controls.h Thu Feb 14 04:41:33 2002 ++++ lincvs-0.9.90-modified/src/controls.h Mon Jul 22 20:56:11 2002 +@@ -111,7 +111,7 @@ + { + Q_OBJECT + public: +- CheckoutPropertiesControl( QWidget *parent, const QString& checkBoxLabel, bool rwEnabled=false, const char *name=0); ++ CheckoutPropertiesControl( QWidget *parent, const QString& checkBoxLabel, bool rwEnabled, const char *name=0); + bool rwParameter(); + + public slots: diff --git a/dev-util/lincvs/lincvs-0.3.0-r1.ebuild b/dev-util/lincvs/lincvs-0.3.0-r1.ebuild index 6411157f1b44..a8077b8f7ed2 100644 --- a/dev-util/lincvs/lincvs-0.3.0-r1.ebuild +++ b/dev-util/lincvs/lincvs-0.3.0-r1.ebuild @@ -1,6 +1,6 @@ # 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.3 2002/07/08 04:02:51 drobbins Exp $ +# $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" @@ -8,7 +8,7 @@ SRC_URI="http://ppprs1.phy.tu-dresden.de/~trogisch/${PN}/download/${P}/${PN}-0.3 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.1.1 ) =x11-libs/qt-2*" +DEPEND="kde? ( =kde-base/kdelibs-2* ) =x11-libs/qt-2*" RDEPEND="$DEPEND dev-util/cvs" KEYWORDS="*" LICENSE="GPL-2" diff --git a/dev-util/lincvs/lincvs-0.9.90.ebuild b/dev-util/lincvs/lincvs-0.9.90.ebuild new file mode 100644 index 000000000000..5bea6c26eee2 --- /dev/null +++ b/dev-util/lincvs/lincvs-0.9.90.ebuild @@ -0,0 +1,64 @@ +# 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 $ + +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" +HOMEPAGE="http://www.lincvs.org" +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} + cd ${S} + patch -p1 < ${FILESDIR}/nodefaults.diff + +} + +src_compile() { + + if [ "`use kde`" ] ; then + myconf="${myconf} --with-kde2-support=yes" + else + myconf="${myconf} --with-kde2-support=no" + fi + + libtoolize --copy --force + + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --host=${CHOST} \ + --with-qt-dir=/usr/qt/2 \ + ${myconf} || die "configure failed" + + cd ${S}/src + cp Makefile Makefile.orig + sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile + cd ${S} + + make || die "make failed" + +} + +src_install () { + + into /usr + dobin src/lincvs tools/*.sh + insinto /usr/share/doc/${P} + insopts -m 644 + doins AUTHORS COPYING ChangeLog INSTALL \ + README SSH.txt VERSION THANKS + dosym /usr/share/doc/${P} /usr/share/${PN} + +} + + |