summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/abi-compliance-checker/Manifest2
-rw-r--r--dev-util/abi-compliance-checker/abi-compliance-checker-1.23.3.ebuild22
-rw-r--r--dev-util/silentbob/Manifest3
-rw-r--r--dev-util/silentbob/metadata.xml17
-rw-r--r--dev-util/silentbob/silentbob-1.7.4.ebuild45
-rw-r--r--dev-util/yacc/ChangeLog62
-rw-r--r--dev-util/yacc/Manifest6
-rw-r--r--dev-util/yacc/files/mkstemp.patch15
-rw-r--r--dev-util/yacc/files/yacc-1.9.1-ia64.patch24
-rw-r--r--dev-util/yacc/metadata.xml8
-rw-r--r--dev-util/yacc/yacc-1.9.1-r4.ebuild50
11 files changed, 0 insertions, 254 deletions
diff --git a/dev-util/abi-compliance-checker/Manifest b/dev-util/abi-compliance-checker/Manifest
deleted file mode 100644
index 37b6879..0000000
--- a/dev-util/abi-compliance-checker/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST abi-compliance-checker-1.23.3.tar.gz 144011 RMD160 b38222c160d99abdb80fa8f961e77532357e176f SHA1 cdd14412ca1a2b521a5766a595d16d13b13a97fd SHA256 0a0088f911538f782f6a17517a2600365bf8f8a74710aed006cb1f3b88354c87
-EBUILD abi-compliance-checker-1.23.3.ebuild 533 RMD160 8e02b2b4a8592bd12b000ed921d3b945163ec56c SHA1 a24b940d44555ba22299db3c9676cfd368f4098f SHA256 f26e089aa7bfc64e2677b30e4cb6f50dfee9e268379ba2d7d29c8dc69354d218
diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.23.3.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.23.3.ebuild
deleted file mode 100644
index 056d7e4..0000000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.23.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-DESCRIPTION="lightweight tool for checking backward binary compatibility of shared C/C++ libraries"
-HOMEPAGE="http://ispras.linux-foundation.org/index.php/ABI_compliance_checker"
-SRC_URI="http://linuxtesting.org/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl"
-
-src_install() {
- dobin abi-compliance-checker.pl || die
- dohtml -r doc/
-}
diff --git a/dev-util/silentbob/Manifest b/dev-util/silentbob/Manifest
deleted file mode 100644
index 45cc0c1..0000000
--- a/dev-util/silentbob/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST silentbob-1.7.4.tar.gz 73415 RMD160 c679f93b3acbec8fb1d1d6efa0595b126b3c8468 SHA1 adebacde740756d6ace273fcc407fb4c609394e7 SHA256 0c9917716e41b621cf5d25265ad037d6be5c838f9c1061a36ef7053d238c3ca0
-EBUILD silentbob-1.7.4.ebuild 974 RMD160 6f33e6b71625faa62c5b7ea8437d4b5cad39e8af SHA1 e7167bdc7ddcda5e8db4963fd2b0dc8d0ce1cc3e SHA256 a45a635b0ebb86abf6d92c34192af6ac89e8aceb38a48994de1213b8923942cb
-MISC metadata.xml 728 RMD160 01a410b140fa1eec6beacf0d40ff35c442d3c8d0 SHA1 c09d6757d72fd5cf7da0b42f608c3b81b19ac86b SHA256 a6848185b205a3736156539f43144a31d4bb5489848038e9dd3b5a71cc8bb16b
diff --git a/dev-util/silentbob/metadata.xml b/dev-util/silentbob/metadata.xml
deleted file mode 100644
index 1d8a23c..0000000
--- a/dev-util/silentbob/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-<!--<use>
- <flag name='plugins'>Enable build and install of plugins for other languages
- (perl, python, ...) (experimental!)</flag>
-</use> -->
-<longdescription>
- The SilentBob is yet another indexing tool helping you to find your way
- through the software source code. Although SilentBob is also able to index
- sources in many popular programming languages, currently C/C++ is the most
- functional back-end. Main features are: code indexing, function call
- traverse, call backtrace, file searching, and fast searching in the source
- code.
-</longdescription>
-</pkgmetadata>
diff --git a/dev-util/silentbob/silentbob-1.7.4.ebuild b/dev-util/silentbob/silentbob-1.7.4.ebuild
deleted file mode 100644
index b8a3c54..0000000
--- a/dev-util/silentbob/silentbob-1.7.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-inherit cmake-utils multilib
-
-DESCRIPTION="Yet another indexing tool."
-HOMEPAGE="http://silentbob.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-# Note plugins support is disabled at sources...
-#IUSE="plugins"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.6"
-
-DOCS="AUTHORS README"
-
-src_prepare() {
-# if ! use plugins; then
- sed '/^add_library.*plugins\/.*$/d' -i CMakeLists.txt
-# else
-# sed "s:/usr/lib/silent_bob/:/usr/$(get_libdir)/silent_bob/:" -i src/init.cxx
-# fi
-}
-
-src_install() {
- cmake-utils_src_install
- newdoc doc/FAQ_utf8 FAQ-ru_utf8 || die
-# _check_build_dir
-# pushd "${CMAKE_BUILD_DIR}" > /dev/null
-# if use plugins; then
-# insinto /usr/$(get_libdir)/silent_bob/
-# for lib in libplugin_*.so; do
-# doins ${lib} || die
-# done
-# fi
-# popd > /dev/null
-}
diff --git a/dev-util/yacc/ChangeLog b/dev-util/yacc/ChangeLog
deleted file mode 100644
index e25bca9..0000000
--- a/dev-util/yacc/ChangeLog
+++ /dev/null
@@ -1,62 +0,0 @@
-# ChangeLog for dev-util/yacc
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.18 2007/05/15 09:10:31 bangert Exp $
-
- 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
- add <herd>no-herd</herd>
-
-*yacc-1.9.1-r3 (17 Jan 2007)
-
- 17 Jan 2007; Harald van Dijk <truedfx@gentoo.org> -yacc-1.9.1-r2.ebuild,
- +yacc-1.9.1-r3.ebuild:
- Create correct /usr/bin/yacc symlink after removing yacc
-
- 18 Aug 2005; MATSUU Takuto <matsuu@gentoo.org> yacc-1.9.1-r2.ebuild:
- Stable on sh.
-
- 07 May 2005; Elfyn McBratney <beu@gentoo.org> yacc-1.9.1-r2.ebuild:
- Add a more descriptive, er, DESCRIPTION - bug #85712.
-
- 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> yacc-1.9.1-r1.ebuild,
- yacc-1.9.1-r2.ebuild:
- virtual/glibc -> virtual/libc
-
-*yacc-1.9.1-r2 (05 Apr 2004)
-
- 05 Apr 2004; Aron Griffis <agriffis@gentoo.org> yacc-1.9.1-r2.ebuild:
- I should have bumped the rev for the previous change... doing it now.
-
- 05 Apr 2004; Aron Griffis <agriffis@gentoo.org> yacc-1.9.1-r1.ebuild,
- files/mkstemp.patch, files/yacc-1.9.1-ia64.patch:
- Propogate CFLAGS to Makefile in a sed-safe way. Use 64-bit patch from bug
- 46233 (also applied to byacc)
-
- 05 Mar 2004; Tom Gall <tgall@gentoo.org> yacc-1.9.1-r1.ebuild:
- Stable on ppc64
-
- 03 Oct 2003; Aron Griffis <agriffis@gentoo.org> yacc-1.9.1-r1.ebuild:
- Stable on alpha
-
- 23 Feb 2003; Guy Martin <gmsoft@gentoo.org> yacc-1.9.1-r1.ebuild :
- Added hppa to keywords.
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*yacc-1.9.1-r1 (1 Feb 2002)
-
- 25 Mar 2003; Aron Griffis <agriffis@gentoo.org> yacc-1.9.1-r1.ebuild:
- Add ~alpha to KEYWORDS
-
- 15 Mar 2003; Jan Seidel <tuxus@gentoo.org> :
- Added mips to KEYWORDS
-
- 05 Mar 2003; Will Woods <wwoods@gentoo.org> yacc-1.9.1-r1.ebuild:
- Added alpha to KEYWORDS (skipped ~alpha, yacc is known-good on other distros)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/dev-util/yacc/Manifest b/dev-util/yacc/Manifest
deleted file mode 100644
index 2ac5638..0000000
--- a/dev-util/yacc/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX mkstemp.patch 413 RMD160 abab4e18a574ca158dd31519fb40892ee4537e12 SHA1 fc18a93f2a8494e7cba7dfdb313b27670e2ba639 SHA256 4c73ba7bc0f4a2e012cdb030d0e727e266791f586297c3aabbf247bad5e697c6
-AUX yacc-1.9.1-ia64.patch 504 RMD160 afad61c65df5450e397731ea014456c9edefaa13 SHA1 6e18724b95643a21f845a98e542b031721a3f8ad SHA256 8bea1acbb1a2b225376df4c7b382dad05751b5fd073d1a3483a2c83e4ae4295a
-DIST yacc-1.9.1.tar.Z 64805 RMD160 f0efe89f6c6d7137f1191dd5aa2c91456ff20a3b SHA1 697ea853533e325f47b6b13401d05e7c97012729 SHA256 8a0f3faf78d0ada00eea5ffd1e141bb7a979d5d570a4c8a9a6ea57e5f3751477
-EBUILD yacc-1.9.1-r4.ebuild 1205 RMD160 5094e006858d7151109ddfe508df1fbe9ae723d6 SHA1 ca6ba5791e56958fb7282296dae8f513e2efe0a3 SHA256 01d948eb1850bd070d8bcbc0db4a8fd17ed6719ada14370d1450f6f0f1527402
-MISC ChangeLog 2375 RMD160 8d7a9a66dfd541ce11358721af11f6ccf3fc31ce SHA1 c433e0078d22e8e18ba68cd0681b01f1d06d96f1 SHA256 bc89814d2ddb72be0bbada0f4d986a3b7a23284c8e96287d7b5dbed74ca4c05c
-MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
diff --git a/dev-util/yacc/files/mkstemp.patch b/dev-util/yacc/files/mkstemp.patch
deleted file mode 100644
index f037e33..0000000
--- a/dev-util/yacc/files/mkstemp.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- main.c.orig 2002-12-17 14:28:54.000000000 -0500
-+++ main.c 2002-12-17 14:29:31.000000000 -0500
-@@ -264,9 +264,9 @@
- text_file_name[len + 5] = 't';
- union_file_name[len + 5] = 'u';
-
-- mktemp(action_file_name);
-- mktemp(text_file_name);
-- mktemp(union_file_name);
-+ mkstemp(action_file_name);
-+ mkstemp(text_file_name);
-+ mkstemp(union_file_name);
-
- len = strlen(file_prefix);
-
diff --git a/dev-util/yacc/files/yacc-1.9.1-ia64.patch b/dev-util/yacc/files/yacc-1.9.1-ia64.patch
deleted file mode 100644
index c10e885..0000000
--- a/dev-util/yacc/files/yacc-1.9.1-ia64.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- byacc-1.9/defs.h.busted Sat May 6 21:10:56 2000
-+++ byacc-1.9/defs.h Sat May 6 21:11:22 2000
-@@ -1,7 +1,8 @@
- #include <assert.h>
- #include <ctype.h>
- #include <stdio.h>
--
-+#include <string.h>
-+#include <stdlib.h>
-
- /* machine-dependent definitions */
- /* the following definitions are for the Tahoe */
-@@ -280,10 +281,3 @@
- extern int errno;
-
-
--/* system functions */
--
--extern void free();
--extern char *calloc();
--extern char *malloc();
--extern char *realloc();
--extern char *strcpy();
-
diff --git a/dev-util/yacc/metadata.xml b/dev-util/yacc/metadata.xml
deleted file mode 100644
index 54494c4..0000000
--- a/dev-util/yacc/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-<email>maintainer-needed@gentoo.org</email>
-</maintainer>
-</pkgmetadata>
diff --git a/dev-util/yacc/yacc-1.9.1-r4.ebuild b/dev-util/yacc/yacc-1.9.1-r4.ebuild
deleted file mode 100644
index 2a3cb8b..0000000
--- a/dev-util/yacc/yacc-1.9.1-r4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r3.ebuild,v 1.2 2007/06/26 02:06:19 mr_bones_ Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Yacc: Yet Another Compiler-Compiler"
-HOMEPAGE="http://dinosaur.compilertools.net/#yacc"
-SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-admin/eselect-yacc"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Use our CFLAGS
- sed -i -e 's: -O : $(CFLAGS) :' Makefile || die 'sed failed'
-
- # mkstemp patch from byacc ebuild
- epatch "${FILESDIR}"/mkstemp.patch
-
- # The following patch fixes yacc to run correctly on ia64 (and
- # other 64-bit arches). See bug 46233
- epatch "${FILESDIR}"/yacc-1.9.1-ia64.patch
-}
-
-src_compile() {
- make clean || die
- emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- newbin yacc yacc.yacc || die
- doman yacc.1
- dodoc 00README* ACKNOWLEDGEMENTS NEW_FEATURES NO_WARRANTY NOTES README*
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/eselect yacc update
-}
-
-pkg_postrm() {
- "${ROOT}"/usr/bin/eselect yacc update
-}