public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/
Date: Mon, 22 Apr 2019 10:41:34 +0000 (UTC)	[thread overview]
Message-ID: <1555929681.bf9262172f711ad0c4929a1e7940e696039ea91a.asturm@gentoo> (raw)

commit:     bf9262172f711ad0c4929a1e7940e696039ea91a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 09:22:18 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 10:41:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf926217

x11-misc/fraqtive: Drop 0.4.8 (r0)

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/fraqtive/fraqtive-0.4.8.ebuild | 62 ---------------------------------
 1 file changed, 62 deletions(-)

diff --git a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild
deleted file mode 100644
index a97d45c95d5..00000000000
--- a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils qmake-utils toolchain-funcs
-
-DESCRIPTION="an open source, multi-platform generator of the Mandelbrot family fractals"
-HOMEPAGE="https://fraqtive.mimec.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cpu_flags_x86_sse2"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtopengl:5
-	virtual/glu
-"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-
-src_configure() {
-	epatch "${FILESDIR}/${P}-qt-includes.patch"
-
-	tc-export PKG_CONFIG
-	sed -i -e "s|-lGLU|$( ${PKG_CONFIG} --libs glu )|g" src/src.pro || die
-	local conf="release"
-
-	if use cpu_flags_x86_sse2; then
-		conf="$conf sse2"
-	else
-		conf="$conf no-sse2"
-	fi
-
-	echo "CONFIG += $conf" > "${S}"/config.pri
-	echo "PREFIX = ${EPREFIX}/usr" >> "${S}"/config.pri
-	# Don't strip wrt #252096
-	echo "QMAKE_STRIP =" >> "${S}"/config.pri
-
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2019-04-22 10:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-22 10:41 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-21 15:12 [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/ Conrad Kostecki
2023-02-22 19:56 Sam James
2022-02-14 20:09 Jonas Stein
2020-05-29  8:05 Jeroen Roovers
2019-04-22 10:41 Andreas Sturmlechner
2017-10-14 15:13 Andreas Sturmlechner

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=1555929681.bf9262172f711ad0c4929a1e7940e696039ea91a.asturm@gentoo \
    --to=asturm@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