Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libview/, profiles/, x11-libs/libview/files/
Date: Sun, 26 Jun 2016 15:17:42
Message-Id: 1466954109.c1a1909973a45dcc8120c76d0c850517ae2ea452.mgorny@gentoo
1 commit: c1a1909973a45dcc8120c76d0c850517ae2ea452
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 15:15:09 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 15:15:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a19099
7
8 x11-libs/libview: Remove last rited packages
9
10 profiles/package.mask | 6 ----
11 x11-libs/libview/Manifest | 1 -
12 x11-libs/libview/files/libview-0.5.6-pcfix.patch | 17 -----------
13 x11-libs/libview/libview-0.6.6-r2.ebuild | 39 ------------------------
14 x11-libs/libview/metadata.xml | 13 --------
15 5 files changed, 76 deletions(-)
16
17 diff --git a/profiles/package.mask b/profiles/package.mask
18 index a1f987d..b2a9f40 100644
19 --- a/profiles/package.mask
20 +++ b/profiles/package.mask
21 @@ -341,12 +341,6 @@ dev-libs/libtomcrypt
22 =dev-lisp/asdf-3.1.7
23 =dev-lisp/uiop-3.1.7
24
25 -# Andreas K. Huettel <dilfridge@g.o> (19 Mar 2016)
26 -# Dead upstream since 2010, new VMware uses new incompatible
27 -# proprietary libview. No other consumers. Removal in 30 days.
28 -# Bug 569930
29 -x11-libs/libview
30 -
31 # Aaron Bauman <bman@g.o> (19 Mar 2016)
32 # Unpatched security vulnerability per bug #512356.
33 # Masked for removal in 30 days.
34
35 diff --git a/x11-libs/libview/Manifest b/x11-libs/libview/Manifest
36 deleted file mode 100644
37 index 4daf520..0000000
38 --- a/x11-libs/libview/Manifest
39 +++ /dev/null
40 @@ -1 +0,0 @@
41 -DIST libview-0.6.6.tar.bz2 304958 SHA256 2b991bf150c5488b43f807e89bdbd64b2eb3bd433abbdfb68c3eec52cbaa59ab SHA512 28f710130c70b45f7a4601ff65aee5092641d53ba74d2c44a4e33e2c9d2bcae82abd86e8458fa64ae8cf7c04c6dd1dc7e6af8084201398e373b7cd146ea6c880 WHIRLPOOL 158b421da29a98989e48413906e0b178f89ba015eb23f69d65586a04f819271fb89d5b1e8cc80371dcada033b5f2acba2b982a09972e61bc0279127ed699eb48
42
43 diff --git a/x11-libs/libview/files/libview-0.5.6-pcfix.patch b/x11-libs/libview/files/libview-0.5.6-pcfix.patch
44 deleted file mode 100644
45 index 8df5d41..0000000
46 --- a/x11-libs/libview/files/libview-0.5.6-pcfix.patch
47 +++ /dev/null
48 @@ -1,17 +0,0 @@
49 ---- libview.pc.in
50 -+++ libview.pc.in
51 -@@ -1,9 +1,11 @@
52 --prefix=${prefix}
53 -+prefix=@prefix@
54 -+exec_prefix=${prefix}
55 - libdir=${exec_prefix}/lib
56 - includedir=${prefix}/include
57 -
58 - Name: libview
59 - Description: VMware's Incredibly Exciting Widgets for GTK+
60 - Version: @VERSION@
61 --Libs: -L${libdir} -lview @PACKAGE_LIBS@
62 --Cflags: -I${includedir} @PACKAGE_CFLAGS@
63 -+Libs: -L${libdir} -lview
64 -+Libs.private: @VIEW_LIBS@
65 -+Cflags: -I${includedir} @VIEW_CFLAGS@
66
67 diff --git a/x11-libs/libview/libview-0.6.6-r2.ebuild b/x11-libs/libview/libview-0.6.6-r2.ebuild
68 deleted file mode 100644
69 index 7a3c8a0..0000000
70 --- a/x11-libs/libview/libview-0.6.6-r2.ebuild
71 +++ /dev/null
72 @@ -1,39 +0,0 @@
73 -# Copyright 1999-2014 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=5
78 -GCONF_DEBUG="no"
79 -
80 -inherit autotools eutils flag-o-matic gnome2
81 -
82 -DESCRIPTION="VMware's Incredibly Exciting Widgets"
83 -HOMEPAGE="http://view.sourceforge.net"
84 -SRC_URI="mirror://sourceforge/view/${P}.tar.bz2"
85 -
86 -LICENSE="MIT"
87 -SLOT="0"
88 -KEYWORDS="amd64 x86"
89 -IUSE="static-libs"
90 -
91 -RDEPEND="
92 - >=x11-libs/gtk+-2.4.0:2
93 - dev-cpp/gtkmm:2.4
94 -"
95 -DEPEND="${RDEPEND}
96 - virtual/pkgconfig
97 -"
98 -
99 -src_prepare() {
100 - # Fix the pkgconfig file
101 - epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch
102 - eautoreconf -i
103 - gnome2_src_prepare
104 -}
105 -
106 -src_configure() {
107 - append-cxxflags -std=c++11
108 - gnome2_src_configure \
109 - --enable-deprecated \
110 - $(use_enable static-libs static)
111 -}
112
113 diff --git a/x11-libs/libview/metadata.xml b/x11-libs/libview/metadata.xml
114 deleted file mode 100644
115 index efeeab7..0000000
116 --- a/x11-libs/libview/metadata.xml
117 +++ /dev/null
118 @@ -1,13 +0,0 @@
119 -<?xml version="1.0" encoding="UTF-8"?>
120 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
121 -<pkgmetadata>
122 - <maintainer type="project">
123 - <email>vmware@g.o</email>
124 - <name>Gentoo VMware Project</name>
125 - </maintainer>
126 - <longdescription lang="en">
127 - </longdescription>
128 - <upstream>
129 - <remote-id type="sourceforge">view</remote-id>
130 - </upstream>
131 -</pkgmetadata>