summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Ulyanov <disinbox@gmail.com>2022-08-17 20:24:58 +0300
committerIgor Ulyanov <disinbox@gmail.com>2022-08-17 20:25:36 +0300
commitc7f3931c97f35fe1ff6435849f91346a34e010ce (patch)
tree51d608d145efda6b2f24ba367ee90bbcc103ed87
parentremoved scikits_image (diff)
downloaddisplacer-c7f3931c97f35fe1ff6435849f91346a34e010ce.tar.gz
displacer-c7f3931c97f35fe1ff6435849f91346a34e010ce.tar.bz2
displacer-c7f3931c97f35fe1ff6435849f91346a34e010ce.zip
old ebuilds removed
Signed-off-by: Igor Ulyanov <disinbox@gmail.com>
-rw-r--r--dev-libs/minIni/Manifest1
-rw-r--r--dev-libs/minIni/minIni-9999.ebuild20
-rw-r--r--dev-libs/openxlsx/files/install-enabled.patch33
-rw-r--r--dev-libs/openxlsx/files/install-headers.patch28
-rw-r--r--dev-libs/openxlsx/openxlsx-9999.ebuild25
-rw-r--r--sci-geosciences/osgearth/ChangeLog36
-rw-r--r--sci-geosciences/osgearth/Manifest4
-rw-r--r--sci-geosciences/osgearth/files/osgearth-2.6-cmake-options.patch30
-rw-r--r--sci-geosciences/osgearth/metadata.xml20
-rw-r--r--sci-geosciences/osgearth/osgearth-9999.ebuild76
10 files changed, 0 insertions, 273 deletions
diff --git a/dev-libs/minIni/Manifest b/dev-libs/minIni/Manifest
deleted file mode 100644
index c4d1759..0000000
--- a/dev-libs/minIni/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD minIni-9999.ebuild 410 SHA256 aa6ea72efde615a8c5c40f6796017ba7a1cd187ad6ae7801ab07bca6074a0309 SHA512 d00596999c875489773c1c96bf402d0dc75b0058ec3462bf8b9f7ffd81055aaa1d753dfe344e06711b47beee08944bf144d3826374251b4dff7ce7412b271ebf WHIRLPOOL 9f9c2d32f2f93b027e0495fe7a4ba89b63377c6dca9fc79781b64764fee1a9dbbac6afbb325b16c29d41f63e63800220d76cfeaeeb22d63f34b880474b8035b2
diff --git a/dev-libs/minIni/minIni-9999.ebuild b/dev-libs/minIni/minIni-9999.ebuild
deleted file mode 100644
index cb4b5d3..0000000
--- a/dev-libs/minIni/minIni-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="library for reading and writing ini files"
-HOMEPAGE="http://github.com/AuthenticEshkinKot/minIni"
-SRC_URI=""
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND=""
-DEPEND=""
-
-EGIT_REPO_URI="git://github.com/AuthenticEshkinKot/minIni.git"
diff --git a/dev-libs/openxlsx/files/install-enabled.patch b/dev-libs/openxlsx/files/install-enabled.patch
deleted file mode 100644
index 6070bae..0000000
--- a/dev-libs/openxlsx/files/install-enabled.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From dee569a3e5fac58020579594acb90ccce888c44c Mon Sep 17 00:00:00 2001
-From: Igor Ulyanov <disinbox@gmail.com>
-Date: Sat, 9 Nov 2019 12:26:54 +0300
-Subject: [PATCH] install enabled
-
----
- library/openxlsx/CMakeLists.txt | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/library/openxlsx/CMakeLists.txt b/library/openxlsx/CMakeLists.txt
-index a83d2da..be94a6b 100644
---- a/library/openxlsx/CMakeLists.txt
-+++ b/library/openxlsx/CMakeLists.txt
-@@ -215,10 +215,10 @@ file(COPY ${CMAKE_CURRENT_BINARY_DIR}/openxlsx_export.h DESTINATION ${OPENXLSX_I
- #=======================================================================================================================
- # Install OpenXLSX Library
- #=======================================================================================================================
--#include(GNUInstallDirs)
--#install(TARGETS OpenXLSX
--# ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}${INSTALL_SUFFIX}
--# LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}${INSTALL_SUFFIX}
--# RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
--#install(FILES ${OPENXLSX_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/OpenXLSX)
-+include(GNUInstallDirs)
-+install(TARGETS OpenXLSX
-+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}${INSTALL_SUFFIX}
-+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}${INSTALL_SUFFIX}
-+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
-+install(FILES ${OPENXLSX_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/OpenXLSX)
-
---
-2.23.0
-
diff --git a/dev-libs/openxlsx/files/install-headers.patch b/dev-libs/openxlsx/files/install-headers.patch
deleted file mode 100644
index 04c421b..0000000
--- a/dev-libs/openxlsx/files/install-headers.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 0707b750c5d922ce5b835d00ba247101723373b7 Mon Sep 17 00:00:00 2001
-From: Igor Ulyanov <disinbox@gmail.com>
-Date: Sat, 9 Nov 2019 13:35:53 +0300
-Subject: [PATCH] install headers
-
----
- library/openxlsx/CMakeLists.txt | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/library/openxlsx/CMakeLists.txt b/library/openxlsx/CMakeLists.txt
-index be94a6b..4577658 100644
---- a/library/openxlsx/CMakeLists.txt
-+++ b/library/openxlsx/CMakeLists.txt
-@@ -210,7 +210,10 @@ file(REMOVE_RECURSE ${OPENXLSX_INSTALLDIR}/include/)
- file(COPY ${CMAKE_CURRENT_LIST_DIR}/interfaces/c++/headers/ DESTINATION ${OPENXLSX_INSTALLDIR}/include/OpenXLSX)
- file(COPY ${CMAKE_CURRENT_BINARY_DIR}/openxlsx_export.h DESTINATION ${OPENXLSX_INSTALLDIR}/include/OpenXLSX)
-
--
-+set(OPENXLSX_HEADERS
-+ ${OPENXLSX_CXX_INTERFACE_HEADERS}
-+ ${CMAKE_CURRENT_BINARY_DIR}/openxlsx_export.h
-+ )
-
- #=======================================================================================================================
- # Install OpenXLSX Library
---
-2.23.0
-
diff --git a/dev-libs/openxlsx/openxlsx-9999.ebuild b/dev-libs/openxlsx/openxlsx-9999.ebuild
deleted file mode 100644
index b2b1396..0000000
--- a/dev-libs/openxlsx/openxlsx-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="7"
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="OpenXLSX is a C++ library for reading, writing, creating and modifying Microsoft Excel files, with the .xlsx format"
-HOMEPAGE="https://github.com/troldal/OpenXLSX"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="dev-libs/pugixml
- dev-libs/libzip"
-DEPEND=""
-
-PATCHES=("${FILESDIR}/install-enabled.patch"
- "${FILESDIR}/install-headers.patch"
- )
-
-EGIT_REPO_URI="https://github.com/troldal/OpenXLSX.git"
diff --git a/sci-geosciences/osgearth/ChangeLog b/sci-geosciences/osgearth/ChangeLog
deleted file mode 100644
index 400fb55..0000000
--- a/sci-geosciences/osgearth/ChangeLog
+++ /dev/null
@@ -1,36 +0,0 @@
-# ChangeLog for sci-geosciences/osgearth
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osgearth/ChangeLog,v 1.7 2015/04/04 06:30:32 mr_bones_ Exp $
-
- 04 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org>
- -files/osgearth-2.5-cmake-options.patch, -osgearth-2.5.ebuild:
- old
-
- 25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
- drop maintainership
-
-*osgearth-2.6 (10 Oct 2014)
-
- 10 Oct 2014; Julian Ospald <hasufell@gentoo.org> +osgearth-2.6.ebuild,
- +files/osgearth-2.6-cmake-options.patch,
- +files/osgearth-2.6-disable-qt5.patch:
- version bump
-
-*osgearth-2.5 (22 Nov 2013)
-
- 22 Nov 2013; Julian Ospald <hasufell@gentoo.org>
- +files/osgearth-2.5-cmake-options.patch, +osgearth-2.5.ebuild,
- -files/osgearth-2.4-FindMiniZip.cmake.patch, -osgearth-2.4.ebuild:
- version bump, remove old
-
- 03 Nov 2013; Julian Ospald <hasufell@gentoo.org> osgearth-2.4.ebuild:
- fix dev-lang/v8 dep wrt #484786
-
- 21 Jul 2013; Julian Ospald <hasufell@gentoo.org> osgearth-2.4.ebuild:
- fix deps
-
-*osgearth-2.4 (21 Jul 2013)
-
- 21 Jul 2013; Julian Ospald <hasufell@gentoo.org> +osgearth-2.4.ebuild,
- +files/osgearth-2.4-FindMiniZip.cmake.patch, +metadata.xml:
- initial import
diff --git a/sci-geosciences/osgearth/Manifest b/sci-geosciences/osgearth/Manifest
deleted file mode 100644
index f9e9c49..0000000
--- a/sci-geosciences/osgearth/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX osgearth-2.6-cmake-options.patch 907 BLAKE2B 0c4022418c00b7ff84fbc604d56958dd23ab33de98301b991d51eeaaf1f5cc6cfd4bc08fe7b16907c21a9423cd0eae416fe3670a71c403b4875efcc7ac9aee52 SHA512 f62ca6d4c9f041e3fd29c591cb408ccd17abb75d8fa49e63300786b8a257daa6a69180699d634b891bb56e25c60bd806b44e59087608d7d8480472f4b613daf2
-EBUILD osgearth-9999.ebuild 1614 BLAKE2B 5815683560b91a1c20c667ce4c326781d95bd401345c95694dd5c15379aceaad5d150278b601f89cc44d5ddedfe6813c2569e81ded14261ca81829a528b9512c SHA512 01897554b66d650da5207e3aa45b04300c3d864815171f98100cd0b80edbabec8810dbd4e932998a1079f7c05d4a70be47b874b9bf056ba2ec1a8b4c334dabbc
-MISC ChangeLog 1255 BLAKE2B 8e03f2d0d64e9dc9bc615721b2beb4c6ec420792e15c7df98b6cc3fffa78b69aa7d118beebc72c226a5d63c2ea401fabec0eea7872057afbf5007007bc0d3fec SHA512 32966315c90540601a63d003bbd5ef2782f51ee779e920598bf6a7dc4d97ba36eebeed41bd8282c520f6877bc5ee8972df989323442c7ca2cb6767bec8592f31
-MISC metadata.xml 793 BLAKE2B 80a943c2a977b1c6c27957ae6e08d656489f9a893f7f37540a2811706682128370d246f458021c916d0bbf158c9c08fdd568bc8484acd0ec7edd8dd100087fb1 SHA512 907a5959c80668b34f91f928b36e31f381bc9878e86a2b29a84408eeb44b333f1830baa43c3cc906b37aa82d5d6566ea4da789fe1a8f963877e1002ed3e55339
diff --git a/sci-geosciences/osgearth/files/osgearth-2.6-cmake-options.patch b/sci-geosciences/osgearth/files/osgearth-2.6-cmake-options.patch
deleted file mode 100644
index 389609b..0000000
--- a/sci-geosciences/osgearth/files/osgearth-2.6-cmake-options.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-commit d92cee4d9870fab08fdfadf9ab0bfb4658a09aa3
-Author: hasufell <hasufell@gentoo.org>
-Date: Fri Nov 22 14:06:34 2013 +0100
-
- add cmake options
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 34cd375..dbb4cb4 100755
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -129,8 +129,17 @@
-
- # JavaScript Engines:
- SET(V8_DIR "" CACHE PATH "set to base V8 install path")
--FIND_PACKAGE(V8)
--FIND_PACKAGE(JavaScriptCore)
-+OPTION(OSGEARTH_USE_V8 "Enable to use V8 JavaScript engine" ON)
-+IF(OSGEARTH_USE_V8)
-+ FIND_PACKAGE(V8)
-+ENDIF(OSGEARTH_USE_V8)
-+
-+OPTION(OSGEARTH_USE_JAVASCRIPTCORE "Enable use of JavaScriptCore" ON)
-+OPTION(OSGEARTH_USE_LIBNOISE "Enable use of LibNoise" ON)
-+
-+IF (OSGEARTH_USE_JAVASCRIPTCORE)
-+ FIND_PACKAGE(JavaScriptCore)
-+ENDIF (OSGEARTH_USE_JAVASCRIPTCORE)
-
- SET (WITH_EXTERNAL_DUKTAPE FALSE CACHE BOOL "Use bundled or system wide version of Duktape")
- IF (WITH_EXTERNAL_DUKTAPE)
diff --git a/sci-geosciences/osgearth/metadata.xml b/sci-geosciences/osgearth/metadata.xml
deleted file mode 100644
index f1a2be1..0000000
--- a/sci-geosciences/osgearth/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>maintainer-needed@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
- osgEarth is a C++ terrain rendering toolkit. Just create a
- simple XML file, point it at your imagery, elevation, and
- vector data, load it into your favorite OpenSceneGraph
- application, and go! osgEarth supports all kinds of data and
- comes with lots of examples to help you get up and running
- quickly and easily.
- </longdescription>
- <upstream>
- <doc lang="en">http://docs.osgearth.org/en/latest</doc>
- <bugs-to>https://github.com/gwaldron/osgearth/issues</bugs-to>
- <remote-id type="github">gwaldron/osgearth</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-geosciences/osgearth/osgearth-9999.ebuild b/sci-geosciences/osgearth/osgearth-9999.ebuild
deleted file mode 100644
index fb134f0..0000000
--- a/sci-geosciences/osgearth/osgearth-9999.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osgearth/osgearth-2.6.ebuild,v 1.1 2014/10/10 20:18:46 hasufell Exp $
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Dynamic map generation toolkit for OpenSceneGraph"
-HOMEPAGE="http://osgearth.org/"
-
-if [[ "${PV}" = "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://github.com/Displacer/osgearth.git"
-else
- SRC_URI="https://github.com/gwaldron/osgearth/archive/${P}.tar.gz"
- S=${WORKDIR}/${PN}-${P}
-fi
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc qt4"
-
-RDEPEND="
- dev-db/sqlite:3
- >=dev-games/openscenegraph-3.2.1[curl,qt4?]
- dev-libs/tinyxml
- net-misc/curl
- sci-libs/gdal
- sci-libs/geos
- sys-libs/zlib[minizip]
- virtual/opengl
- x11-libs/libX11
- qt4? (
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtopengl:4
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( dev-python/sphinx )"
-
-#PATCHES=( "${FILESDIR}"/${P}-{cmake-options}.patch )
-
-src_configure() {
- # V8 disabled due to
- # https://github.com/gwaldron/osgearth/issues/333
- local mycmakeargs=(
- -DWITH_EXTERNAL_TINYXML=ON
- $(cmake-utils_use qt4 OSGEARTH_USE_QT)
- -DOSGEARTH_USE_V8=OFF
- -DOSGEARTH_USE_JAVASCRIPTCORE=OFF
- -DOSGEARTH_USE_LIBNOISE=OFF
- )
-
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
-
- if use doc ; then
- emake -C "${S}"/docs man html info
- fi
-}
-
-src_install() {
- cmake-utils_src_install
-
- if use doc ; then
- dohtml -r "${S}"/docs/build/html/*
- doman "${S}"/docs/build/man/*
- doinfo "${S}"/docs/build/texinfo/*.info*
- fi
-}