summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-24 12:49:28 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-24 12:52:44 +0200
commit0327e6811286bd040eea51e02151e28c6a1620a7 (patch)
tree6098e211c5023430c6295f21e7ba9d3be6d3c141 /dev-libs/vdk
parentmedia-tv/dvbstreamer: Remove last-rited pkg, #349457 (diff)
downloadgentoo-0327e6811286bd040eea51e02151e28c6a1620a7.tar.gz
gentoo-0327e6811286bd040eea51e02151e28c6a1620a7.tar.bz2
gentoo-0327e6811286bd040eea51e02151e28c6a1620a7.zip
dev-libs/vdk: Remove last-rited pkg, #221667
Diffstat (limited to 'dev-libs/vdk')
-rw-r--r--dev-libs/vdk/Manifest1
-rw-r--r--dev-libs/vdk/files/vdk-2.4.1-gcc4.patch28
-rw-r--r--dev-libs/vdk/files/vdk-2.4.1-gcc43.patch33
-rw-r--r--dev-libs/vdk/metadata.xml8
-rw-r--r--dev-libs/vdk/vdk-2.5.1.ebuild54
5 files changed, 0 insertions, 124 deletions
diff --git a/dev-libs/vdk/Manifest b/dev-libs/vdk/Manifest
deleted file mode 100644
index ca3188c9d101..000000000000
--- a/dev-libs/vdk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdk-2.5.1.tar.gz 1113765 SHA256 5d8f6942b8ec2f83b477f24a4e15a9945c1b1b348412d3d22a89627a35130745 SHA512 49e458785d88ab145b40e6ddcd5c7aadc950697b797d17f1ac633354abb46cd7457ea449c62d4993fca53136051d7d7810a15ab561b49e730635566021997292 WHIRLPOOL 8240ccaaffe1169fbe13b25f585f2e0df483ff633f1e0bf00d2b01b5c60e29a21d7e1a0dbe8bb90da69d0e04c330a3ebb81ffc6355afa314af3a4733e7bcd65d
diff --git a/dev-libs/vdk/files/vdk-2.4.1-gcc4.patch b/dev-libs/vdk/files/vdk-2.4.1-gcc4.patch
deleted file mode 100644
index 924248b75957..000000000000
--- a/dev-libs/vdk/files/vdk-2.4.1-gcc4.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Naur vdk-2.4.1/vdk/vdkcomboentry.h vdk-2.4.1-ok/vdk/vdkcomboentry.h
---- vdk-2.4.1/vdk/vdkcomboentry.h 2004-09-10 08:14:48.000000000 +0200
-+++ vdk-2.4.1-ok/vdk/vdkcomboentry.h 2006-05-30 11:39:18.000000000 +0200
-@@ -51,8 +51,8 @@
- class VDKComboEntry: public VDKObject
- {
- protected:
-- static int VDKComboEntry::FocusOutEvent(GtkWidget *, GdkEventFocus*, gpointer wid);
-- static int VDKComboEntry::FocusInEvent(GtkWidget *, GdkEventFocus*, gpointer wid);
-+ static int FocusOutEvent(GtkWidget *, GdkEventFocus*, gpointer wid);
-+ static int FocusInEvent(GtkWidget *, GdkEventFocus*, gpointer wid);
- VDKObjectSignal s_activated, s_changed, s_selected;
- public:
- /*!
-diff -Naur vdk-2.4.1/vdk/vdkfilechooser.h vdk-2.4.1-ok/vdk/vdkfilechooser.h
---- vdk-2.4.1/vdk/vdkfilechooser.h 2004-09-10 08:15:10.000000000 +0200
-+++ vdk-2.4.1-ok/vdk/vdkfilechooser.h 2006-05-30 11:39:04.000000000 +0200
-@@ -106,8 +106,8 @@
- DECLARE_EVENT_LIST(VDKFileChooser);
- // declares two static used to initialize
- // form display type and initial position
-- static GtkWindowType VDKFileChooser::DisplayType;
-- static GtkWindowPosition VDKFileChooser::InitialPosition;
-+ static GtkWindowType DisplayType;
-+ static GtkWindowPosition InitialPosition;
- //
- /*!
- * Add a filter based on a pattern
diff --git a/dev-libs/vdk/files/vdk-2.4.1-gcc43.patch b/dev-libs/vdk/files/vdk-2.4.1-gcc43.patch
deleted file mode 100644
index f0fe758050c7..000000000000
--- a/dev-libs/vdk/files/vdk-2.4.1-gcc43.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Nurpa vdk-2.4.1.orig/vdk/entry.cc vdk-2.4.1/vdk/entry.cc
---- vdk-2.4.1.orig/vdk/entry.cc 2008-12-15 05:16:06.000000000 +0300
-+++ vdk-2.4.1/vdk/entry.cc 2008-12-15 05:16:33.000000000 +0300
-@@ -30,6 +30,7 @@
- #include "vdk/forms.h"
- #include "vdk/colors.h"
- #include <string>
-+#include <cstring>
- static void
- EntryChanged(GtkWidget* wid, gpointer gp)
- {
-diff -Nurpa vdk-2.4.1.orig/vdk/image.cc vdk-2.4.1/vdk/image.cc
---- vdk-2.4.1.orig/vdk/image.cc 2008-12-15 05:16:06.000000000 +0300
-+++ vdk-2.4.1/vdk/image.cc 2008-12-15 05:17:41.000000000 +0300
-@@ -32,6 +32,7 @@
- #include <vdk/tooltips.h>
- #include <cstdio>
- #include <string>
-+#include <cstring>
- #include <unistd.h>
- #include <vdk/rawpixbuf.h>
-
-diff -Nurpa vdk-2.4.1.orig/vdk/vdkdate.cc vdk-2.4.1/vdk/vdkdate.cc
---- vdk-2.4.1.orig/vdk/vdkdate.cc 2008-12-15 05:16:06.000000000 +0300
-+++ vdk-2.4.1/vdk/vdkdate.cc 2008-12-15 05:20:52.000000000 +0300
-@@ -28,6 +28,7 @@
-
- #include "vdk/vdkdate.h"
- #include <string>
-+#include <cstring>
- #include <cstdlib>
- #include <cstdio>
- #include <time.h>
diff --git a/dev-libs/vdk/metadata.xml b/dev-libs/vdk/metadata.xml
deleted file mode 100644
index c3555cff9652..000000000000
--- a/dev-libs/vdk/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>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">vdklib</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-libs/vdk/vdk-2.5.1.ebuild b/dev-libs/vdk/vdk-2.5.1.ebuild
deleted file mode 100644
index 6a501a23ba2e..000000000000
--- a/dev-libs/vdk/vdk-2.5.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A Visual Development Kit for RAD"
-SRC_URI="mirror://sourceforge/vdklib/${P}.tar.gz"
-HOMEPAGE="http://sourceforge.net/projects/vdklib/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ppc x86"
-IUSE="doc debug"
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_configure() {
- local myconf=""
-
- # gnome and sigc USE flags need to be added later
- # when upstream decides to re-support them - ChrisWhite
-
- use doc && \
- myconf="${myconf} --enable-doc-html=yes \
- --enable-doc-latex=yes \
- --enable-doc-man=yes" \
- || myconf="${myconf} --enable-doc-html=no \
- --enable-doc-latex=no \
- --enable-doc-man=no"
-
- use debug && \
- myconf="${myconf} --enable-debug=yes" \
- || myconf="${myconf} --enable-debug=no"
-
- econf \
- ${myconf} \
- --enable-testvdk=no \
- || die "econf failed"
-
- # die non user custom CFLAGS!
- sed -e "s/CFLAGS = .*/CFLAGS = ${CFLAGS}/" -i Makefile
- sed -e "s/CXXFLAGS = .*/CXXFLAGS = ${CXXFLAGS}/" -i Makefile
- sed -e "s/CFLAGS = .*/CFLAGS = ${CFLAGS}/" -i vdk/Makefile
- sed -e "s/CXXFLAGS = .*/CXXFLAGS = ${CXXFLAGS}/" -i vdk/Makefile
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README TODO
-}