Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/orc/
Date: Sun, 05 Feb 2017 06:19:44
Message-Id: 1486275528.0f659118e0b10c79d4856016cf6df16b480cf359.leio@gentoo
1 commit: 0f659118e0b10c79d4856016cf6df16b480cf359
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 06:18:15 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 06:18:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f659118
7
8 dev-lang/orc: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-lang/orc/Manifest | 1 -
13 dev-lang/orc/orc-0.4.25.ebuild | 55 ------------------------------------------
14 dev-lang/orc/orc-0.4.26.ebuild | 55 ------------------------------------------
15 3 files changed, 111 deletions(-)
16
17 diff --git a/dev-lang/orc/Manifest b/dev-lang/orc/Manifest
18 index d82fc13..565297a 100644
19 --- a/dev-lang/orc/Manifest
20 +++ b/dev-lang/orc/Manifest
21 @@ -1,2 +1 @@
22 -DIST orc-0.4.25.tar.xz 467184 SHA256 c1b1d54a58f26d483f0b3881538984789fe5d5460ab8fab74a1cacbd3d1c53d1 SHA512 13f636e3ab86e725e15f885462db1944744b8389f263b7afa2279c0e68fb8e71344a646ecb8b7a7fce03e93ab78351a1b79d5eaef106ab8e1d808e82b514316a WHIRLPOOL 4d186f632a828856f73d8174aaea4ac60f4e9d8accbba65da50e8348f06748ea3961fab697f5c44d883711399f7b7af8a46aeecb8d594cc5f1225580c6091011
23 DIST orc-0.4.26.tar.xz 465768 SHA256 7d52fa80ef84988359c3434e1eea302d077a08987abdde6905678ebcad4fa649 SHA512 c0b02d4f00b7cc45c5952a4db4f63629bbcbc4d338bbe69fd2743198f2b346bf437742a7a8e1d308f765caf1b43f7fab75add7ebf69897bc0e335a169eef7326 WHIRLPOOL 019891cc9272315666b9b68eb439002192d676794bb7b8b490353991b152a6deadb5171bf46b0e4894c2372b77935e2578b9a0221e6172a8ccfa6f7966983c8c
24
25 diff --git a/dev-lang/orc/orc-0.4.25.ebuild b/dev-lang/orc/orc-0.4.25.ebuild
26 deleted file mode 100644
27 index 8d33004..00000000
28 --- a/dev-lang/orc/orc-0.4.25.ebuild
29 +++ /dev/null
30 @@ -1,55 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -inherit autotools-multilib flag-o-matic gnome2-utils pax-utils
37 -
38 -DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations"
39 -HOMEPAGE="https://gstreamer.freedesktop.org/"
40 -SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="BSD BSD-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 arm hppa ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 -IUSE="examples pax_kernel static-libs"
46 -
47 -RDEPEND=""
48 -DEPEND="${RDEPEND}
49 - app-arch/xz-utils
50 - >=dev-util/gtk-doc-am-1.12
51 -"
52 -
53 -src_prepare() {
54 - if ! use examples; then
55 - sed -e '/SUBDIRS/ s:examples::' \
56 - -i Makefile.am Makefile.in || die
57 - fi
58 -
59 - gnome2_environment_reset #556160
60 -}
61 -
62 -src_configure() {
63 - # any optimisation on PPC/Darwin yields in a complaint from the assembler
64 - # Parameter error: r0 not allowed for parameter %lu (code as 0 not r0)
65 - # the same for Intel/Darwin, although the error message there is different
66 - # but along the same lines
67 - [[ ${CHOST} == *-darwin* ]] && filter-flags -O*
68 - autotools-multilib_src_configure
69 -}
70 -
71 -src_install() {
72 - autotools-multilib_src_install
73 - if use pax_kernel; then
74 - pax-mark m "${ED}"usr/bin/orc-bugreport
75 - pax-mark m "${ED}"usr/bin/orcc
76 - pax-mark m "${ED}"usr/$(get_libdir)/liborc*.so*
77 - fi
78 -}
79 -
80 -pkg_postinst() {
81 - if use pax_kernel; then
82 - ewarn "Please run \"revdep-pax\" after installation".
83 - ewarn "It's provided by sys-apps/elfix."
84 - fi
85 -}
86
87 diff --git a/dev-lang/orc/orc-0.4.26.ebuild b/dev-lang/orc/orc-0.4.26.ebuild
88 deleted file mode 100644
89 index 815bcb5..00000000
90 --- a/dev-lang/orc/orc-0.4.26.ebuild
91 +++ /dev/null
92 @@ -1,55 +0,0 @@
93 -# Copyright 1999-2016 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -# $Id$
96 -
97 -EAPI="5"
98 -inherit autotools-multilib flag-o-matic gnome2-utils pax-utils
99 -
100 -DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations"
101 -HOMEPAGE="https://gstreamer.freedesktop.org/"
102 -SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
103 -
104 -LICENSE="BSD BSD-2"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
107 -IUSE="examples pax_kernel static-libs"
108 -
109 -RDEPEND=""
110 -DEPEND="${RDEPEND}
111 - app-arch/xz-utils
112 - >=dev-util/gtk-doc-am-1.12
113 -"
114 -
115 -src_prepare() {
116 - if ! use examples; then
117 - sed -e '/SUBDIRS/ s:examples::' \
118 - -i Makefile.am Makefile.in || die
119 - fi
120 -
121 - gnome2_environment_reset #556160
122 -}
123 -
124 -src_configure() {
125 - # any optimisation on PPC/Darwin yields in a complaint from the assembler
126 - # Parameter error: r0 not allowed for parameter %lu (code as 0 not r0)
127 - # the same for Intel/Darwin, although the error message there is different
128 - # but along the same lines
129 - [[ ${CHOST} == *-darwin* ]] && filter-flags -O*
130 - autotools-multilib_src_configure
131 -}
132 -
133 -src_install() {
134 - autotools-multilib_src_install
135 - if use pax_kernel; then
136 - pax-mark m "${ED}"usr/bin/orc-bugreport
137 - pax-mark m "${ED}"usr/bin/orcc
138 - pax-mark m "${ED}"usr/$(get_libdir)/liborc*.so*
139 - fi
140 -}
141 -
142 -pkg_postinst() {
143 - if use pax_kernel; then
144 - ewarn "Please run \"revdep-pax\" after installation".
145 - ewarn "It's provided by sys-apps/elfix."
146 - fi
147 -}