Parcourir la source

Removed not supported anymore ebuilds

Sergey Ilinykh il y a 4 ans
Parent
commit
b75072f9b2

+ 0 - 20
app-text/makedict/ChangeLog

@@ -1,20 +0,0 @@
-# ChangeLog for app-text/makedict
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  07 Nov 2014; rion <rion4ik@gmail.com> makedict-9999.ebuild,
-  +files/new_glib_logs.patch:
-  Fixed compatibility with newer versions of glib
-
-*makedict-9999 (09 Nov 2013)
-
-  09 Nov 2013; rion <rion4ik@gmail.com> +makedict-9999.ebuild:
-  added 9999 version
-
-  15 May 2010; G. Rudoy <0xd34df00d@gmail.com> makedict-0.4.1_beta1.ebuild:
-  Fixed repoman warnings.
-
-  1 Feb 2010; Rion <dontsend@nospam.ru>
-  +makedict-0.4.1_beta1.ebuild:
-  moved to new group. so lets consider its new package.
-

+ 0 - 1
app-text/makedict/Manifest

@@ -1 +0,0 @@
-DIST makedict-0.4.1_beta1-r1.zip 249704 SHA256 f0f272e5ed9fbe21af5b3e1d71aecb924f64f10e8126daa6a61570f820fd16fe SHA512 471f9d3dc1096b9dd504b6cfc167d8e06a0156281e571ae323e0758df27b67786418eb1a57e69966848f48acf047274ec2609a6f7b9081c7ea5fb39401eb2596 WHIRLPOOL fff6c66d57ac4b92f36a835a4fe84a3784a21797073a060b2bb56a6db1cf8b52cdc7d107007b2e3712a3d7dfe77da3da04a2d6a426f2c3f18dab45667b045999

+ 0 - 20
app-text/makedict/files/gcc-4.3.1-comp.patch

@@ -1,20 +0,0 @@
---- src/parser.hpp	2008-10-04 15:58:41.000000000 +0600
-+++ src/parser.hpp.new	2008-10-04 15:58:04.000000000 +0600
-@@ -25,6 +25,7 @@
- #  include "config.h"
- #endif
- 
-+#include <memory>
- #include <string>
- #include <map>
- #include <vector>
---- src/langs_2to3.hpp	2008-10-04 16:00:23.000000000 +0600
-+++ src/langs_2to3.hpp.new	2008-10-04 16:00:14.000000000 +0600
-@@ -1,6 +1,7 @@
- #ifndef _LANGS_2TO3_HPP_
- #define _LANGS_2TO3_HPP_
- 
-+#include <string>
- const int langs_2to3_count=185;
- extern std::pair<std::string, std::string> langs_2to3[langs_2to3_count];
- 

+ 0 - 24
app-text/makedict/files/new_glib_logs.patch

@@ -1,24 +0,0 @@
---- src/log.cpp	2014-11-08 01:23:27.777511084 +0500
-+++ src/log.cpp	2014-11-08 01:25:11.447506724 +0500
-@@ -67,12 +67,3 @@
- 	verbose_ = level;
- 	g_log_set_default_handler(log, this);
- }
--
--void g_info(const gchar *fmt, ...)
--{
--	va_list va;
--
--	va_start(va, fmt);
--	g_logv(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, fmt, va);
--	va_end(va);
--}
---- src/log.hpp	2014-11-08 01:23:27.777511084 +0500
-+++ src/log.hpp	2014-11-08 01:24:54.433507440 +0500
-@@ -19,6 +19,5 @@
- 			gpointer user_data);
- };
- 
--extern void g_info(const gchar *fmt, ...);
- 
- #endif//!_LOG_HPP_

+ 0 - 25
app-text/makedict/makedict-0.4.1_beta1-r1.ebuild

@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="Dictionary converter"
-HOMEPAGE="https://sourceforge.net/projects/xdxf/"
-
-REV=a26b847fa785ccb87a0b67940c824e29da97c2fd
-SRC_URI="https://github.com/soshial/xdxf_makedict/archive/${REV}.zip -> ${P}-${PR}.zip"
-S="${WORKDIR}/xdxf_makedict-${REV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/glib-2.6.0
-	sys-libs/zlib
-	dev-libs/expat"
-RDEPEND="${DEPEND}
-	dev-lang/python"

+ 0 - 23
app-text/makedict/makedict-9999.ebuild

@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-inherit cmake-utils python-single-r1 git-r3
-
-DESCRIPTION="Dictionary converter"
-HOMEPAGE="https://sourceforge.net/projects/xdxf/"
-
-EGIT_REPO_URI="https://github.com/soshial/xdxf_makedict"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=">=dev-libs/glib-2.6.0
-	sys-libs/zlib
-	dev-libs/expat"
-RDEPEND="${DEPEND}
-	dev-lang/python"

+ 0 - 11
app-text/makedict/metadata.xml

@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-  <email>rion4ik@gmail.com</email>
-  <name>rion</name>
-</maintainer>
- <longdescription>Utility for conversion various types of dictionaries</longdescription> 
-<use>
-</use>
-</pkgmetadata>

+ 0 - 30
app-text/rst2epub/ChangeLog

@@ -1,30 +0,0 @@
-# ChangeLog for app-text/rst2epub
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  13 Mar 2017; Nikolaj Šujskij <skrattaren@yandex.ru> -Manifest,
-  rst2epub-20120114.ebuild:
-  app-text/rst2epub: use EHG_REVISION for non-live version
-
-*rst2epub-99999999 (02 Mar 2012)
-
-  02 Mar 2012; Nikolaj Šujskij <skrattaren@yandex.ru>
-  +rst2epub-99999999.ebuild:
-  Rename live ebuild due to date-versioned snapshot (9999 -> 99999999)
-
-*rst2epub-20120114 (02 Mar 2012)
-
-  02 Mar 2012; Nikolaj Šujskij <skrattaren@yandex.ru>
-  +rst2epub-20120114.ebuild:
-  Migrate to original author's EHG_SRC, add snapshot, drop KEYWORDS for 9999
-
-  26 Dec 2011; Nikolaj Šujskij <skrattaren@yandex.ru> rst2epub-9999.ebuild:
-  Restrict Python ABIs
-
-  25 Dec 2011; Nikolaj Šujskij <skrattaren@yandex.ru> rst2epub-9999.ebuild:
-  Update repo URI
-
-*rst2epub-9999 (25 Dec 2011)
-
-  25 Dec 2011; Nikolaj Šujskij <skrattaren@yandex.ru> +rst2epub-9999.ebuild:
-  Initial hg-version

+ 0 - 8
app-text/rst2epub/metadata.xml

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-  <email>sterkrig@myopera.com</email>
-</maintainer>
-<longdescription>reStructuredText documents to epub files convertor</longdescription>
-</pkgmetadata>

+ 0 - 24
app-text/rst2epub/rst2epub-20120114.ebuild

@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 mercurial
-
-DESCRIPTION="reStructuredText documents to epub files convertor"
-HOMEPAGE="https://bitbucket.org/wierob/rst2epub/"
-SRC_URI=""
-EHG_REPO_URI="https://bitbucket.org/wierob/rst2epub"
-EHG_REVISION="c201bf292f3e"
-
-S="${WORKDIR}/wierob-${PN}-${HG_CHSET}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/docutils-0.6"
-RDEPEND="${DEPEND}"

+ 0 - 21
app-text/rst2epub/rst2epub-99999999.ebuild

@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 mercurial
-
-DESCRIPTION="reStructuredText documents to epub files convertor"
-HOMEPAGE="https://bitbucket.org/wierob/rst2epub/"
-SRC_URI=""
-EHG_REPO_URI="https://bitbucket.org/wierob/rst2epub"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=">=dev-python/docutils-0.6"
-RDEPEND="${DEPEND}"

+ 0 - 13
dev-python/rcore/ChangeLog

@@ -1,13 +0,0 @@
-# ChangeLog for dev-python/rcore
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  21 Apr 2011; rion <rion4ik@spamogmail.com> rcore-9999.ebuild:
-  move to git-2
-
-*rcore-9999 (22 Apr 2010)
-
-  22 Apr 2010; Rion <rion4ik@notagmail.com> +rcore-9999.ebuild,
-  +metadata.xml:
-  initial version
-

+ 0 - 12
dev-python/rcore/metadata.xml

@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-	<longdescription>Rion's core package which includes various tools used by rion's projects</longdescription>
-	<use>
-		<flag name='sql'>Install required dependencies to work database</flag>
-	</use>
-</pkgmetadata>

+ 0 - 21
dev-python/rcore/rcore-9999.ebuild

@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Just an core for all rion's projects"
-HOMEPAGE="http://dev.brocompany.com/"
-EGIT_REPO_URI="https://github.com/Ri0n/rcore.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="sql"
-
-RDEPEND="${DEPEND}
-	dev-python/twisted[crypt]
-	dev-python/inotifyx
-	sql? ( dev-python/sqlalchemy )"

+ 0 - 22
net-misc/hermes/ChangeLog

@@ -1,22 +0,0 @@
-# ChangeLog for net-misc/hermes
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  21 Apr 2011; rion <rion4ik@spamogmail.com> hermes-9999.ebuild:
-  move to git-2
-
-*hermes-9999 (16 Apr 2011)
-
-  16 Apr 2011; Rion <rion4ik@gmail.com> +hermes-9999.ebuild, +files/init,
-  +metadata.xml:
-  Improved and uploaded
-
-  02 Feb 2011; Rion <rion4ik@notagmail.com> hermes-9999.ebuild:
-  move to git
-
-  14 Jan 2011; Rion <rion4ik@notagmail.com> hermes-9999.ebuild:
-  restrict python 3. don't require python-2.6
-
-  16 Jun 2010; Rion <rion4ik@notagmail.com> hermes-9999.ebuild:
-  sqlite subscription storage
-

+ 0 - 27
net-misc/hermes/files/init

@@ -1,27 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: $
-
-HERMES_PID=/var/run/${SVCNAME}.pid
-
-depend() {
-	need net
-	use dns logger
-}
-
-start() {
-	ebegin "Starting ${SVCNAME}"
-	start-stop-daemon --start --exec /usr/bin/hermes \
-		--make-pidfile --pidfile ${HERMES_PID} \
-		--wait 500 --background --user ${SVCNAME}:hermes
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping ${SVCNAME}"
-	start-stop-daemon --stop --pidfile ${HERMES_PID} -s 15
-	eend $?
-}
-
-# vim: ts=4

+ 0 - 52
net-misc/hermes/hermes-9999.ebuild

@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
-
-inherit distutils-r1 git-r3 ssl-cert user
-
-DESCRIPTION="The great messenger of the gods"
-HOMEPAGE="https://github.com/Ri0n/Hermes"
-
-EGIT_REPO_URI="https://github.com/Ri0n/Hermes.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	dev-lang/python[sqlite]
-	dev-python/ply
-	dev-python/twisted
-	ssl? ( dev-python/twisted[crypt] )
-	dev-python/inotifyx"
-
-pkg_setup() {
-	enewgroup ${PN}
-	enewuser ${PN} -1 -1 /dev/null ${PN}
-}
-
-src_install() {
-	distutils-r1_src_install
-	newinitd "${FILESDIR}/init" ${PN}
-	keepdir /var/lib/${PN}
-	fowners ${PN}:${PN} /var/lib/${PN}
-	fperms 2744 /var/lib/${PN}
-}
-
-pkg_postinst() {
-	# Do not install server.{key,pem) SSL certificates if they already exist
-	if use ssl && [[ ! -f "${ROOT}"/etc/ssl/${PN}/server.key \
-			&& ! -f "${ROOT}"/etc/ssl/${PN}/server.crt ]] ; then
-		SSL_ORGANIZATION="${SSL_ORGANIZATION:-Hermes notification daemon}"
-		install_cert /etc/ssl/${PN}/server
-		chown ${PN}:${PM} "${ROOT}"/etc/ssl/${PN}/server.{key,crt}
-
-		elog "Self-signed serctificate was generated and put to"
-		elog "/etc/ssl/${PN}/. Feel free to replace it with your own."
-	fi
-
-}

+ 0 - 9
net-misc/hermes/metadata.xml

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-	<longdescription>Notification daemon which accepts messages sent by XML-RPC and and resends them to subscribers by XMPP. In the future its planned to support more protocols</longdescription>
-</pkgmetadata>

+ 0 - 13
sys-apps/openwsman/ChangeLog

@@ -1,13 +0,0 @@
-# ChangeLog for sys-apps/openwsman
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-
-  17 Mar 2013;  <slep@gentoo.org> openwsman-2.3.6.ebuild:
-  sys-apps/openwsman: ~x86
-
-*openwsman-2.3.6 (31 Dec 2012)
-
-  31 Dec 2012; <slep@gentoo.org> +openwsman-2.3.6.ebuild,
-  +files/openwsmand.confd, +files/openwsmand.initd:
-  add init script

+ 0 - 1
sys-apps/openwsman/Manifest

@@ -1 +0,0 @@
-DIST openwsman-2.6.3.tar.gz 506564 SHA256 c9d846e029c477bbc8c34cef8f30e2216258021fd9277a1b588db67efdc204ad SHA512 cb29baa68bbc0e5cce1b09e14535a4dd02d53cf9f46c3b29738412ab35881efda0fde8e616ae3f8920d08a384f5717fb2495f3bc10339401128ac61c63f55dae WHIRLPOOL 8d9e9d0e44238f044672058ee0f5c9a38ab774304483d2bf6c957764feb6c598c1b44340bde34042b15b56fff25a8b5c42bacd053d30e3336b410d2c7069fa21

+ 0 - 1
sys-apps/openwsman/files/openwsmand.confd

@@ -1 +0,0 @@
-#

+ 0 - 12
sys-apps/openwsman/files/openwsmand.initd

@@ -1,12 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-command=/usr/sbin/openwsmand
-pidfile=/run/openwsmand.pid
-command_args="${WSMAND_OPTS} -p ${pidfile}"
-
-depend() {
-	use net
-}

+ 0 - 13
sys-apps/openwsman/metadata.xml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>andreis.vinogradovs@gmail.com</email>
-	</maintainer>
-	<use>
-		<flag name='cim'> </flag>
-		<flag name='eventing'> </flag>
-		<flag name='plugins'> </flag>
-		<flag name='server'> </flag>
-	</use>
-</pkgmetadata>

+ 0 - 100
sys-apps/openwsman/openwsman-2.6.3.ebuild

@@ -1,100 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 cmake-utils ssl-cert java-pkg-opt-2
-
-DESCRIPTION="Opensource Implementation of WS-Management Client"
-HOMEPAGE="https://github.com/Openwsman"
-SRC_URI="https://github.com/Openwsman/openwsman/archive/v2.6.3.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BINDINGS_USE="java perl python ruby"
-IUSE="+cim debug examples +eventing ipv6 pam +plugins ssl +server test ${BINDINGS_USE}"
-REQUIRED_USE="
-	java? ( plugins )
-	perl? ( plugins )
-	python? ( plugins )
-	ruby? ( plugins )
-"
-
-JAVA_PKG_NV_DEPEND="virtual/jdk:1.8"
-RDEPEND="
-	cim? ( dev-libs/sblim-sfcc )
-	ssl? ( dev-libs/openssl:0 )
-	pam? ( virtual/pam )
-	ruby? ( dev-lang/ruby:= )
-	perl? ( dev-lang/perl )
-	java? ( ${JAVA_PKG_NV_DEPEND} )
-	python? ( ${PYTHON_DEPS} )
-	net-misc/curl[idn]
-	dev-libs/libxml2[icu]
-	"
-DEPEND="
-	${RDEPEND}
-	test? ( dev-util/cunit )
-	java? ( dev-lang/swig:0 )
-	perl? ( dev-lang/swig:0 )
-	python? ( dev-lang/swig:0 )
-	ruby? ( dev-lang/swig:0 )
-	"
-
-# LIBC != glibc build fail - add block
-src_prepare(){
-	#Ruby gem builder does not like Unicode
-	sed -e 's/Kämpf/Kaempf/' -i bindings/ruby/openwsman.gemspec.in
-	default
-}
-
-src_configure() {
-	local bindings=NO
-	for f in $BINDINGS_USE; do
-		use $f && bindings=YES
-	done
-	local mycmakeargs=(
-		-DPACKAGE_ARCHITECTURE=${ARCH}
-		-DBUILD_BINDINGS=${bindings}
-		-DBUILD_CUNIT_TESTS=$(usex test)
-		-DBUILD_EXAMPLES=$(usex examples)
-		-DBUILD_JAVA=$(usex java)
-		-DBUILD_LIBCIM=$(usex cim)
-		-DBUILD_PERL=$(usex perl)
-		-DBUILD_PYTHON=$(usex python)
-		-DBUILD_RUBY=$(usex ruby)
-		-DBUILD_SWIG_PLUGIN=${bindings}
-		-DBUILD_TESTS=$(usex test)
-		-DDISABLE_PLUGINS="$(usex plugins)
-		-DDISABLE_SERVER="$(usex server)
-		-DENABLE_EVENTING_SUPPORT="$(usex eventing)
-		-DWSMAN_DEBUG_VERBOSE="$(usex debug)
-		-DENABLE_IPV6="$(usex ipv6)
-		-DUSE_PAM="$(usex pam)
-	)
-	use ruby && mycmakeargs+=( -DBUILD_RUBY_GEM=YES )
-	cmake-utils_src_configure
-}
-
-src_compile(){
-	cmake-utils_src_compile -j1 #Upstream doesn't know about target	dependencies, sigh
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	newinitd "${FILESDIR}"/"${PN}"d.initd "${PN}"d
-	newconfd "${FILESDIR}"/"${PN}"d.confd "${PN}"d
-}
-
-pkg_postinst() {
-	if use ssl && [[ ! -f "${ROOT}"/etc/ssl/openwsman/servercert.pem \
-		&& ! -f "${ROOT}"/etc/ssl/postfix/serverkey.pem ]] ; then
-		SSL_ORGANIZATION="${SSL_ORGANIZATION:-Local OpenWSman Server}"
-		install_cert /etc/openwsman/servercert
-	fi
-}