public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-db/virtuoso-server/files/, dev-db/virtuoso-server/
Date: Thu, 17 Sep 2015 10:23:02 +0000 (UTC)	[thread overview]
Message-ID: <1442485372.2cb17ebbaa5ba7188909da3ab95126d9187e8c29.johu@gentoo> (raw)

commit:     2cb17ebbaa5ba7188909da3ab95126d9187e8c29
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 10:22:35 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 10:22:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2cb17ebb

dev-db/virtuoso-server: Remove package

Last rited on 2015/08/13.

 .../virtuoso-server-6.1.4-unbundle-minizip.patch   | 36 ---------
 dev-db/virtuoso-server/metadata.xml                | 22 ------
 .../virtuoso-server/virtuoso-server-7.1.0.ebuild   | 86 ----------------------
 3 files changed, 144 deletions(-)

diff --git a/dev-db/virtuoso-server/files/virtuoso-server-6.1.4-unbundle-minizip.patch b/dev-db/virtuoso-server/files/virtuoso-server-6.1.4-unbundle-minizip.patch
deleted file mode 100644
index 143c359..0000000
--- a/dev-db/virtuoso-server/files/virtuoso-server-6.1.4-unbundle-minizip.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -urN virtuoso-opensource-6.1.4.orig/configure.in virtuoso-opensource-6.1.4/configure.in
---- virtuoso-opensource-6.1.4.orig/configure.in	2011-11-20 03:38:18.000000000 +0400
-+++ virtuoso-opensource-6.1.4/configure.in	2011-11-20 03:42:44.000000000 +0400
-@@ -1550,14 +1550,15 @@
- then
-     AC_CHECK_HEADER(zlib.h)
-     AC_CHECK_LIB(z, main, [with_zlib=yes], [with_zlib=internal])
-+    AC_CHECK_LIB(minizip, main, [with_zlib=yes], [with_zlib=internal])
- fi
- if test "x$with_zlib" = "xinternal"
- then
-     ZLIB_INC='-I$(top_srcdir)/libsrc/zlib'
-     ZLIB_LIB='$(top_builddir)/libsrc/zlib/libz.la'
- else
--    ZLIB_INC=""
--    ZLIB_LIB="-lz"
-+    ZLIB_INC=`pkg-config --cflags zlib minizip`
-+    ZLIB_LIB=`pkg-config --libs zlib minizip`
- fi
- AC_SUBST(ZLIB_INC)
- AC_SUBST(ZLIB_LIB)
-diff -urN virtuoso-opensource-6.1.4.orig/libsrc/Wi/bif_file.c virtuoso-opensource-6.1.4/libsrc/Wi/bif_file.c
---- virtuoso-opensource-6.1.4.orig/libsrc/Wi/bif_file.c	2011-10-26 17:54:19.000000000 +0400
-+++ virtuoso-opensource-6.1.4/libsrc/Wi/bif_file.c	2011-11-20 03:44:36.000000000 +0400
-@@ -6167,10 +6167,7 @@
- #define fopen64  fopen
- #endif
- 
--#include "zlib/contrib/minizip/unzip.h"
--#include "zlib/contrib/minizip/ioapi.h"
--#include "zlib/contrib/minizip/ioapi.c"
--#include "zlib/contrib/minizip/unzip.c"
-+#include "unzip.h"
- 
- static caddr_t
- bif_unzip_file (caddr_t * qst, caddr_t * err_ret, state_slot_t ** args)

diff --git a/dev-db/virtuoso-server/metadata.xml b/dev-db/virtuoso-server/metadata.xml
deleted file mode 100644
index 13eb31d..0000000
--- a/dev-db/virtuoso-server/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>kde</herd>
-	<maintainer>
-		<email>reavertm@gentoo.org</email>
-		<name>Maciej Mrozowski</name>
-	</maintainer>
-	<maintainer>
-		<email>creffett@gentoo.org</email>
-		<name>Chris Reffett</name>
-	</maintainer>
-	<longdescription>
-OpenLink Virtuoso Open-Source Edition is a new generation of hybrid data server
-product called a "Universal Server". It implements a wide range of industry
-standard APIs and protocols, covering a broad range of functionality realms
-that include: Object-Relational Data Managemtent, Virtualization of
-Heterogeneous Data Sources (SQL, XML, RDF), Document Web Server (WebDAV/HTTP),
-Data Web Server (RDF Linked Data Deployment), Web Services Platform, Discussion
-Server, and many more.
-	</longdescription>
-</pkgmetadata>

diff --git a/dev-db/virtuoso-server/virtuoso-server-7.1.0.ebuild b/dev-db/virtuoso-server/virtuoso-server-7.1.0.ebuild
deleted file mode 100644
index b534477..0000000
--- a/dev-db/virtuoso-server/virtuoso-server-7.1.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit virtuoso
-
-DESCRIPTION="Server binaries for Virtuoso, high-performance object-relational SQL database"
-
-#Upstream says no 32-bit (yet), https://github.com/openlink/virtuoso-opensource/issues/69
-KEYWORDS="~amd64 -x86"
-IUSE="kerberos ldap readline"
-
-# Bug 305077
-RESTRICT="test"
-
-# zeroconf support looks like broken - disabling - last checked around 5.0.12
-# mono support fetches mono source and compiles it manually - disabling for now
-# mono? ( dev-lang/mono )
-COMMON_DEPEND="
-	dev-libs/libxml2:2
-	>=dev-libs/openssl-0.9.7i:0
-	>=sys-libs/zlib-1.2.5.1-r2:0[minizip]
-	kerberos? ( app-crypt/mit-krb5 )
-	ldap? ( net-nds/openldap )
-	readline? ( sys-libs/readline:0 )
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/gperf-2.7.2
-	sys-apps/gawk
-	>=sys-devel/bison-2.3
-	>=sys-devel/flex-2.5.33
-	virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-	~dev-db/virtuoso-odbc-${PV}:${SLOT}
-"
-
-VOS_EXTRACT="
-	libsrc/Dk
-	libsrc/Thread
-	libsrc/Tidy
-	libsrc/Wi
-	libsrc/Xml.new
-	libsrc/langfunc
-	libsrc/odbcsdk
-	libsrc/plugin
-	libsrc/util
-	binsrc/virtuoso
-	binsrc/tests
-"
-
-DOCS=( AUTHORS ChangeLog CREDITS INSTALL NEWS README )
-
-PATCHES=(
-	"${FILESDIR}/${PN}-6.1.4-unbundle-minizip.patch"
-)
-
-src_prepare() {
-	sed -e '/^lib_LTLIBRARIES\s*=.*/s/lib_/noinst_/' -i binsrc/virtuoso/Makefile.am \
-		|| die "failed to disable installation of static lib"
-
-	virtuoso_src_prepare
-}
-
-src_configure() {
-	myconf+="
-		$(use_enable kerberos krb)
-		$(use_enable ldap openldap)
-		$(use_with readline)
-		--disable-static
-		--disable-hslookup
-		--disable-rendezvous
-		--without-iodbc
-		--program-transform-name="s/isql/isql-v/"
-	"
-
-	virtuoso_src_configure
-}
-
-src_install() {
-	default_src_install
-
-	keepdir /var/lib/virtuoso/db
-}


             reply	other threads:[~2015-09-17 10:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17 10:23 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-25 21:43 [gentoo-commits] proj/kde:master commit in: dev-db/virtuoso-server/files/, dev-db/virtuoso-server/ Chris Reffett
2012-08-02 22:40 Chris Reffett
2012-07-13 22:46 Chris Reffett
2012-07-09 23:15 Chris Reffett
2011-11-19 23:48 Alexey Shvetsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442485372.2cb17ebbaa5ba7188909da3ab95126d9187e8c29.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox