diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-17 15:24:25 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-17 15:24:25 +0000 |
commit | 0cc18f9b117f32bd17087c246e24fadf33edb9d1 (patch) | |
tree | d5783ec0b1d127d85038ba419b21a43b5ae51bc6 /dev-util/lincvs | |
parent | Stable on sparc (diff) | |
download | historical-0cc18f9b117f32bd17087c246e24fadf33edb9d1.tar.gz historical-0cc18f9b117f32bd17087c246e24fadf33edb9d1.tar.bz2 historical-0cc18f9b117f32bd17087c246e24fadf33edb9d1.zip |
Remove old ebuild.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/lincvs')
-rw-r--r-- | dev-util/lincvs/Manifest | 5 | ||||
-rw-r--r-- | dev-util/lincvs/files/digest-lincvs-1.3.2 | 1 | ||||
-rw-r--r-- | dev-util/lincvs/files/lincvs-1.3.2-gcc34.patch | 26 | ||||
-rw-r--r-- | dev-util/lincvs/lincvs-1.3.2.ebuild | 57 |
4 files changed, 1 insertions, 88 deletions
diff --git a/dev-util/lincvs/Manifest b/dev-util/lincvs/Manifest index eea2a173011e..793ceec8e7c8 100644 --- a/dev-util/lincvs/Manifest +++ b/dev-util/lincvs/Manifest @@ -1,7 +1,4 @@ -MD5 9b5b908565a37683eec52bde8e56d23c ChangeLog 4680 -MD5 5570e86bd96fcafc513acdc7b75990b3 lincvs-1.3.2.ebuild 1665 MD5 70f06600556327dcfbc31fa03f610042 metadata.xml 155 MD5 d72a5f64c9923a04021f447b9048e979 lincvs-1.4.0.ebuild 1389 -MD5 fa505a517a3ef27fd36d75998af88e41 files/lincvs-1.3.2-gcc34.patch 1190 +MD5 9b5b908565a37683eec52bde8e56d23c ChangeLog 4680 MD5 321475e6e6149f7fbc7747a3606a56af files/digest-lincvs-1.4.0 76 -MD5 386b6387ba8b396b7862c4cdeb58c9d9 files/digest-lincvs-1.3.2 75 diff --git a/dev-util/lincvs/files/digest-lincvs-1.3.2 b/dev-util/lincvs/files/digest-lincvs-1.3.2 deleted file mode 100644 index ca67649db681..000000000000 --- a/dev-util/lincvs/files/digest-lincvs-1.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8d0448a3133144f368ce9aa83b9185ce lincvs-1.3.2-0-generic-src.tgz 957110 diff --git a/dev-util/lincvs/files/lincvs-1.3.2-gcc34.patch b/dev-util/lincvs/files/lincvs-1.3.2-gcc34.patch deleted file mode 100644 index 162fb1c411be..000000000000 --- a/dev-util/lincvs/files/lincvs-1.3.2-gcc34.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -ur lincvs-1.3.2-orig/src/HistoryDialogImpl.cpp lincvs-1.3.2/src/HistoryDialogImpl.cpp ---- lincvs-1.3.2-orig/src/HistoryDialogImpl.cpp 2004-09-13 21:43:43.004637569 -0400 -+++ lincvs-1.3.2/src/HistoryDialogImpl.cpp 2004-09-13 21:52:53.844938240 -0400 -@@ -268,7 +268,8 @@ - if (failed) return; - switch( cmd) { - case EDIT_REVISION_CMD: { -- setPermission(QFile(tmpViewFileName),READABLE);//don't think you could change the file -+ QFile tmp(tmpViewFileName); -+ setPermission(tmp,READABLE);//don't think you could change the file - emit editFile(tmpViewFileName); - break; - } -diff -ur lincvs-1.3.2-orig/src/LogDialogImpl.cpp lincvs-1.3.2/src/LogDialogImpl.cpp ---- lincvs-1.3.2-orig/src/LogDialogImpl.cpp 2004-09-13 21:43:43.012637807 -0400 -+++ lincvs-1.3.2/src/LogDialogImpl.cpp 2004-09-13 21:54:06.964101241 -0400 -@@ -806,7 +806,8 @@ - break; - } - case EDIT_REVISION_CMD: { -- setPermission(QFile(m_tmpDiffFileNameA),READABLE);//don't think you could change the file -+ QFile tmp(m_tmpDiffFileNameA); -+ setPermission(tmp,READABLE);//don't think you could change the file - emit editFile(m_tmpDiffFileNameA); - break; - } diff --git a/dev-util/lincvs/lincvs-1.3.2.ebuild b/dev-util/lincvs/lincvs-1.3.2.ebuild deleted file mode 100644 index 75fe48ea7892..000000000000 --- a/dev-util/lincvs/lincvs-1.3.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/lincvs-1.3.2.ebuild,v 1.6 2005/04/21 19:10:06 hansmi Exp $ - -inherit kde-functions eutils gcc - -IUSE="kde" - -DESCRIPTION="A graphical CVS client." -SRC_URI="http://ppprs1.phy.tu-dresden.de/~trogisch/${PN}/download/20_LinCVS/hl_${P}/${P}-0-generic-src.tgz" -HOMEPAGE="http://www.lincvs.org" - -SLOT="0" -KEYWORDS="x86 ~sparc ppc ~amd64" -LICENSE="GPL-2" - -DEPEND="kde? ( >=kde-base/kdelibs-3 ) - >=dev-util/cvs-1.11.16" - -RDEPEND="${DEPEND} - dev-util/cvs" - -need-qt 3 - -src_unpack() { - - unpack ${A} - cd ${S} - - #apply both patches to compile with gcc-3.4.0 closing bug #63957 - if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] - then - epatch ${FILESDIR}/lincvs-${PV}-gcc34.patch - fi -} - -src_compile() { - qmake -o Makefile lincvs.pro - sed -e "s/^\tstrip/#\tstrip/" -i Makefile - sed -i -e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" Makefile - sed -i -e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" Makefile - emake || die "make failed" -} - -src_install() { - emake install || die "make install failed" - echo "#!/bin/sh" > ${S}/LinCVS/lincvs - echo "exec /usr/share/LinCVS/AppRun" >> ${S}/LinCVS/lincvs - dobin LinCVS/lincvs - rm ${S}/LinCVS/lincvs - dodir /usr/share - cp -pr ${S}/LinCVS ${D}/usr/share - fperms 644 /usr/share/LinCVS/AppI* /usr/share/LinCVS/Messages/* \ - /usr/share/LinCVS/Help/* /usr/share/LinCVS/Help/Translations/*/* - fperms 755 /usr/share/LinCVS/AppRun /usr/share/LinCVS/Tools/* - dodoc AUTHORS BUGS.txt ChangeLog COPYING LICENSE NEWS THANKS VERSION -} |