From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/
Date: Sat, 13 May 2017 12:58:58 +0000 (UTC) [thread overview]
Message-ID: <1494680316.48092096396aac73f5001eac6e751e1f8bb6478b.soap@gentoo> (raw)
commit: 48092096396aac73f5001eac6e751e1f8bb6478b
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri May 12 15:36:31 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 13 12:58:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48092096
x11-misc/xaos: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4612
x11-misc/xaos/Manifest | 1 -
x11-misc/xaos/xaos-3.5-r1.ebuild | 85 ----------------------------------------
2 files changed, 86 deletions(-)
diff --git a/x11-misc/xaos/Manifest b/x11-misc/xaos/Manifest
index d7888a39fbf..3079db2f656 100644
--- a/x11-misc/xaos/Manifest
+++ b/x11-misc/xaos/Manifest
@@ -1,3 +1,2 @@
-DIST xaos-3.5.tar.gz 2930590 SHA256 471fa752154a8e4c4687797fe1241df1b3f82400b2ef4e6a603969a27cd74842 SHA512 c0d9e88de7767a9c62bf2fe6e49e4115d992882cd0780acf61fc14539364d383b275b7f589de353e0b025f43efc54986f19c0722322aedd992027e788295d1df WHIRLPOOL be6b0d5314b19e2a39a46a959ec7e9bf820958eddb43f105b40f02c2a58b00f983aaccce5678ade413b9004bd07a483140b0b6c71313b9fcc6686b74ea6eb82d
DIST xaos-3.6.tar.gz 2040707 SHA256 989f3e38f7793810cbb1496d5291d44836a7d7c058422b9ee1cffb163a0b8d95 SHA512 5f61df978b7842b84a52cfb28f7daf1a5ab11d9d7adadbd0dd5bfb60240fcb2fc59b2a3d34faff7896c0c44c32daaf3941071d70db3d58b06b1aef1bcd1022c1 WHIRLPOOL c860b2b16150ffd285a0617ba5f1fcd87d6840df47152258cb54c2ea78171574c96427a8ac2ad05cbe7c80c9dde36b290fe3d2681679bd0135df430873dd2d14
DIST xaos.png.tar 10240 SHA256 23806369fa304bf58439f39d9c672fe7f2b4293b3b1bfcccffd0c7994faeaa6a SHA512 43d51a07ac8014162b0ff4e9bbefdeeca759d3613816a95149b6fd2397b7c661adcfb33bb45b8de4dedfa41d8799ef7df3eacb426712679e867098eaf144a262 WHIRLPOOL 3c13eaf9c287c035cb6fcdd4150daac9e97bedbc258064b53e68095656cac1faf959c691e847e7a263a3c43938e820bb7da6e1589ced9ed33aa2821252b22298
diff --git a/x11-misc/xaos/xaos-3.5-r1.ebuild b/x11-misc/xaos/xaos-3.5-r1.ebuild
deleted file mode 100644
index 9680d46ccdb..00000000000
--- a/x11-misc/xaos/xaos-3.5-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools
-
-DESCRIPTION="A very fast real-time fractal zoomer"
-HOMEPAGE="http://xaos.sf.net/"
-SRC_URI="
- https://dev.gentoo.org/~jlec/distfiles/${PN}.png.tar
- mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="aalib doc -gtk nls png svga threads X"
-
-RDEPEND="
- sci-libs/gsl
- sys-libs/zlib
- aalib? ( media-libs/aalib )
- gtk? ( x11-libs/gtk+:2 )
- png? ( media-libs/libpng )
- X? ( x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXxf86vm )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( virtual/texi2dvi )
- X? (
- x11-proto/xf86vidmodeproto
- x11-proto/xextproto
- x11-proto/xproto )"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-3.4-png.patch \
- "${FILESDIR}"/${PN}-3.4-include.patch \
- "${FILESDIR}"/${PN}-3.5-libpng15.patch \
- "${FILESDIR}"/${PN}-3.5-build-fix-i686.patch \
- "${FILESDIR}"/${PN}-3.5-gettext.patch
- sed -i -e 's/-s//' Makefile.in
- eautoreconf
-}
-
-src_configure() {
- # use gsl and not nasm (see bug #233318)
- econf \
- --with-sffe=yes \
- --with-gsl=yes \
- $(use_enable nls) \
- $(use_with png) \
- $(use_with aalib aa-driver) \
- $(use_with gtk gtk-driver) \
- $(use_with threads pthread) \
- $(use_with X x11-driver) \
- $(use_with X x)
-}
-
-src_compile() {
- default
- if use doc; then
- cd "${S}"/doc
- emake xaos.dvi
- dvipdf xaos.dvi || die
- cd "${S}"/help
- emake html
- fi
-}
-
-src_install() {
- default
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins doc/xaos.pdf
- dohtml -r help/*
- fi
- local driver="x11"
- use gtk && driver="\"GTK+ Driver\""
- make_desktop_entry "xaos -driver ${driver}" "XaoS Fractal Zoomer" \
- xaos "Application;Education;Math;Graphics;"
- doicon "${WORKDIR}"/${PN}.png
-}
next reply other threads:[~2017-05-13 12:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-13 12:58 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-01 16:48 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/ Andreas Sturmlechner
2025-01-01 13:15 Sam James
2025-01-01 13:15 Sam James
2025-01-01 13:15 Sam James
2024-11-15 21:31 Sam James
2024-11-15 21:09 Sam James
2024-11-15 21:09 Sam James
2024-11-15 10:42 Nowa Ammerlaan
2023-06-09 15:06 Arthur Zamarin
2022-10-20 3:54 Sam James
2022-01-15 12:37 Andrew Ammerlaan
2022-01-11 17:22 Andrew Ammerlaan
2022-01-11 14:15 Andrew Ammerlaan
2021-06-30 10:15 Ulrich Müller
2021-03-23 16:16 David Seifert
2017-03-22 7:30 Michael Weber
2017-03-20 11:04 Agostino Sarubbo
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=1494680316.48092096396aac73f5001eac6e751e1f8bb6478b.soap@gentoo \
--to=soap@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