removed installation instructions for libserial and portage definition for lcov
(these are now not included in the libs package)
This commit is contained in:
parent
1ab5b8d645
commit
f79b925f91
6 changed files with 0 additions and 74 deletions
|
@ -160,10 +160,6 @@ taglib_dir=$toolsdir/taglib
|
||||||
taglib_version=taglib-1.4
|
taglib_version=taglib-1.4
|
||||||
taglib_tmpdir=$tools_tmpdir/taglib
|
taglib_tmpdir=$tools_tmpdir/taglib
|
||||||
|
|
||||||
libserial_dir=$toolsdir/libserial
|
|
||||||
libserial_version=libserial-0.5.2
|
|
||||||
libserial_tmpdir=$tools_tmpdir/libserial
|
|
||||||
|
|
||||||
pear_dir=$toolsdir/pear
|
pear_dir=$toolsdir/pear
|
||||||
pear_tmpdir=$tools_tmpdir/pear
|
pear_tmpdir=$tools_tmpdir/pear
|
||||||
|
|
||||||
|
@ -251,9 +247,6 @@ cp -pPR $xmlrpcxx_dir/$xmlrpcxx_version $xmlrpcxx_tmpdir
|
||||||
mkdir -p $taglib_tmpdir
|
mkdir -p $taglib_tmpdir
|
||||||
cp -pPR $taglib_dir/$taglib_version $taglib_tmpdir
|
cp -pPR $taglib_dir/$taglib_version $taglib_tmpdir
|
||||||
|
|
||||||
mkdir -p $libserial_tmpdir
|
|
||||||
cp -pPR $libserial_dir/$libserial_version $libserial_tmpdir
|
|
||||||
|
|
||||||
mkdir -p $pear_tmpdir
|
mkdir -p $pear_tmpdir
|
||||||
cp -pPR $pear_dir/* $pear_tmpdir
|
cp -pPR $pear_dir/* $pear_tmpdir
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
MD5 0e7c2f291da9f11b39a4cf459b2a22f8 lcov-1.3.ebuild 786
|
|
||||||
MD5 b29720b4a135962c0738f5b8181c8db1 files/lcov-1.3-geninfo-regexp.patch 330
|
|
||||||
MD5 fef7da910c51fb5fc571bb8370ae6ac0 files/lcov-1.3-install-to-prefix.patch 464
|
|
||||||
MD5 074a9de30fca555be8ce86957c10b960 files/digest-lcov-1.3 59
|
|
|
@ -1 +0,0 @@
|
||||||
MD5 ee9e3811b6b3a4c604115a8d1b8f13a7 lcov-1.3.tar.gz 88539
|
|
|
@ -1,12 +0,0 @@
|
||||||
diff -Naur lcov-1.3/bin/geninfo lcov-1.3-regexp-fix/bin/geninfo
|
|
||||||
--- lcov-1.3/bin/geninfo 2004-04-29 00:57:11.000000000 +0700
|
|
||||||
+++ lcov-1.3-regexp-fix/bin/geninfo 2004-08-02 12:51:48.996719688 +0700
|
|
||||||
@@ -707,7 +707,7 @@
|
|
||||||
|
|
||||||
foreach (@list)
|
|
||||||
{
|
|
||||||
- if (/\/$filename$/)
|
|
||||||
+ if (m,/\Q$filename\E$,)
|
|
||||||
{
|
|
||||||
@result = (@result, $_);
|
|
||||||
}
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- lcov-1.3/Makefile 2004-04-28 19:57:09.000000000 +0200
|
|
||||||
+++ lcov-1.3-livesupport/Makefile 2005-07-22 12:12:18.000000000 +0200
|
|
||||||
@@ -15,8 +15,8 @@
|
|
||||||
RELEASE := 1
|
|
||||||
DATE := $(shell date +%Y-%m-%d)
|
|
||||||
|
|
||||||
-BIN_DIR := $(PREFIX)/usr/bin
|
|
||||||
-MAN_DIR := $(PREFIX)/usr/share/man
|
|
||||||
+BIN_DIR := $(PREFIX)/bin
|
|
||||||
+MAN_DIR := $(PREFIX)/share/man
|
|
||||||
TMP_DIR := /tmp/lcov-tmp.$(shell echo $$$$)
|
|
||||||
FILES := $(wildcard bin/*) $(wildcard man/*) README CHANGES Makefile \
|
|
||||||
$(wildcard rpm/*)
|
|
|
@ -1,37 +0,0 @@
|
||||||
# Copyright 1999-2005 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header$
|
|
||||||
|
|
||||||
inherit eutils
|
|
||||||
|
|
||||||
DESCRIPTION="LCOV is an extension to GCOV, providing HTML output and support for
|
|
||||||
large projects"
|
|
||||||
HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"
|
|
||||||
SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="LGPL-2.1"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 ppc sparc x86"
|
|
||||||
|
|
||||||
RESTRICT="maketest"
|
|
||||||
|
|
||||||
DEPEND="dev-lang/perl"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack ${A}
|
|
||||||
cd ${S}
|
|
||||||
epatch ${FILESDIR}/lcov-1.3-geninfo-regexp.patch
|
|
||||||
epatch ${FILESDIR}/lcov-1.3-install-to-prefix.patch
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
emake || die
|
|
||||||
#make check || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
# by setting PREFIX we can tell the Makefile where to install
|
|
||||||
export PREFIX=${D}/usr
|
|
||||||
emake install || die
|
|
||||||
dodoc CHANGES README
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue