summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-01-14 14:47:12 +0000
committerMichał Górny <mgorny@gentoo.org>2011-01-14 14:47:12 +0000
commitbd9d55ecb05065bc3a3d100e19c31a15a915e6bc (patch)
tree75701a8f9479b41e618bb283769f291f02b63915 /dev-libs
parentgames-sports/tuxfootball: Whitespace. (diff)
downloadsunrise-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.tar.gz
sunrise-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.tar.bz2
sunrise-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.zip
app-misc/genealogyj-bin, app-text/ocropus-svn, dev-libs/yajl, games-action/lugaru, net-misc/Geomyidae: Remove old-masked packages.
svn path=/sunrise/; revision=11673
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/yajl/ChangeLog20
-rw-r--r--dev-libs/yajl/Manifest5
-rw-r--r--dev-libs/yajl/files/yajl-fix_cmakelists.patch23
-rw-r--r--dev-libs/yajl/files/yajl-fix_tests.patch15
-rw-r--r--dev-libs/yajl/metadata.xml6
-rw-r--r--dev-libs/yajl/yajl-9999.ebuild19
6 files changed, 0 insertions, 88 deletions
diff --git a/dev-libs/yajl/ChangeLog b/dev-libs/yajl/ChangeLog
deleted file mode 100644
index c01d38368..000000000
--- a/dev-libs/yajl/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for dev-libs/yajl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 28 May 2010; Justin Lecher <jlec@gentoo.org> -yajl-1.0.9.ebuild:
- InCvs
-
- 04 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org> yajl-1.0.9.ebuild,
- +files/yajl-fix_cmakelists.patch, +files/yajl-fix_tests.patch:
- Fixup yajl cmakelist files.
-
- 26 Mar 2010; Ondrej Sukup (mimi_vx) <mimi.vx@gmail.com> +yajl-9999.ebuild:
- Add live ebuild. Thx chithead
-
-*yajl-1.0.9 (18 Mar 2010)
-
- 18 Mar 2010; Ondrej Sukup (mimi_vx) <mimi.vx@gmail.com>
- +yajl-1.0.9.ebuild, +metadata.xml:
- initial commit of yajl , thanks to scarabeus and Tommy[D]
-
diff --git a/dev-libs/yajl/Manifest b/dev-libs/yajl/Manifest
deleted file mode 100644
index 37f1b2e39..000000000
--- a/dev-libs/yajl/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX yajl-fix_cmakelists.patch 985 RMD160 58dec7495750fdb332ef118dcc626ed0250217c7 SHA1 f439886bcf312845a1d9416b52e86a686bb68d7d SHA256 3beb59e69200fa000e198888b93384c604510afb0d90f5edb321e4762fb95b76
-AUX yajl-fix_tests.patch 696 RMD160 924578fd3beba63e90e64fac0599a98928add5dc SHA1 a6ca752e0a8a09faddc73e6f8a8b47dd8f5ec279 SHA256 90a5239c9fc5424ca2837c4d7c1cf83e6d7de589daef80f2431fe35758045429
-EBUILD yajl-9999.ebuild 356 RMD160 fc0903c900a82803bc104d19688c8eefe2013cd5 SHA1 6c7917422a46059ded6d52c0c9aa69c49425d951 SHA256 e185ae029c685e54e5a6100cead9d41d2a258e971b7502ff46f0624dffd7329e
-MISC ChangeLog 653 RMD160 ace7d32538c9e59a5e3dc44168376a680eaacfb3 SHA1 a2f9f1994f9bd91f79f53e7a5834408249cf22e2 SHA256 40fdc6f17aa220e52a1874d703fb052fba3686611c4b75031b1c168a38d37686
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/dev-libs/yajl/files/yajl-fix_cmakelists.patch b/dev-libs/yajl/files/yajl-fix_cmakelists.patch
deleted file mode 100644
index 95e794dfd..000000000
--- a/dev-libs/yajl/files/yajl-fix_cmakelists.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -urN lloyd-yajl-9c15d72//src/CMakeLists.txt lloyd-yajl-9c15d72.new//src/CMakeLists.txt
---- lloyd-yajl-9c15d72//src/CMakeLists.txt 2010-01-08 18:05:11.000000000 +0100
-+++ lloyd-yajl-9c15d72.new//src/CMakeLists.txt 2010-04-04 23:49:02.000000000 +0200
-@@ -42,7 +42,7 @@
- ADD_DEFINITIONS(-DYAJL_BUILD)
-
- # set up some paths
--SET (libDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/lib)
-+SET (libDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/lib${LIB_SUFFIX})
- SET (incDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/include/yajl)
-
- # set the output path for libraries
-@@ -77,8 +77,8 @@
- INCLUDE_DIRECTORIES(${incDir}/..)
-
- IF(NOT WIN32)
-- INSTALL(TARGETS yajl LIBRARY DESTINATION lib)
-- INSTALL(TARGETS yajl_s ARCHIVE DESTINATION lib)
-+ INSTALL(TARGETS yajl LIBRARY DESTINATION lib${LIB_SUFFIX})
-+ INSTALL(TARGETS yajl_s ARCHIVE DESTINATION lib${LIB_SUFFIX})
- INSTALL(DIRECTORY api/ DESTINATION include/yajl
- FILES_MATCHING PATTERN "*.h")
- ENDIF()
diff --git a/dev-libs/yajl/files/yajl-fix_tests.patch b/dev-libs/yajl/files/yajl-fix_tests.patch
deleted file mode 100644
index b4a6498ce..000000000
--- a/dev-libs/yajl/files/yajl-fix_tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN lloyd-yajl-9c15d72.old/test/run_tests.sh lloyd-yajl-9c15d72//test/run_tests.sh
---- lloyd-yajl-9c15d72.old/test/run_tests.sh 2010-04-04 23:59:51.000000000 +0200
-+++ lloyd-yajl-9c15d72//test/run_tests.sh 2010-04-05 00:00:26.000000000 +0200
-@@ -8,9 +8,9 @@
- # find test binary on both platforms. allow the caller to force a
- # particular test binary (useful for non-cmake build systems).
- if [ -z "$testBin" ]; then
-- testBin="../build/test/Debug/yajl_test.exe"
-+ testBin="./yajl_test.exe"
- if [[ ! -x $testBin ]] ; then
-- testBin="../build/test/yajl_test"
-+ testBin="./yajl_test"
- if [[ ! -x $testBin ]] ; then
- echo "cannot execute test binary: '$testBin'"
- exit 1;
diff --git a/dev-libs/yajl/metadata.xml b/dev-libs/yajl/metadata.xml
deleted file mode 100644
index e6233b5dc..000000000
--- a/dev-libs/yajl/metadata.xml
+++ /dev/null
@@ -1,6 +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-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/dev-libs/yajl/yajl-9999.ebuild b/dev-libs/yajl/yajl-9999.ebuild
deleted file mode 100644
index f32967240..000000000
--- a/dev-libs/yajl/yajl-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-EGIT_REPO_URI="git://github.com/lloyd/${PN}"
-
-inherit cmake-utils git
-
-DESCRIPTION="Small event-driven (SAX-style) JSON parser"
-HOMEPAGE="http://lloyd.github.com/yajl/"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-IUSE=""