commit:     ef66bfa492be6c1390d9226a1c3619ff912936b8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 02:21:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 02:24:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef66bfa4

x11-misc/nitrogen: drop 1.6.1

Bug: https://bugs.gentoo.org/776451
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/nitrogen/nitrogen-1.6.1.ebuild | 51 ---------------------------------
 1 file changed, 51 deletions(-)

diff --git a/x11-misc/nitrogen/nitrogen-1.6.1.ebuild 
b/x11-misc/nitrogen/nitrogen-1.6.1.ebuild
deleted file mode 100644
index aee77e158ce..00000000000
--- a/x11-misc/nitrogen/nitrogen-1.6.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic xdg-utils
-
-DESCRIPTION="A background browser and setter for X"
-HOMEPAGE="http://projects.l3ib.org/nitrogen/";
-SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls xinerama"
-
-RDEPEND="
-       >=dev-cpp/gtkmm-2.10:2.4
-       >=gnome-base/librsvg-2.20:2
-       >=x11-libs/gtk+-2.10:2
-       xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )
-       xinerama? ( x11-base/xorg-proto )
-"
-
-src_prepare() {
-       default
-
-       sed -i -e '/^UPDATE_DESKTOP/s#=.*#= :#g' data/Makefile.am || die
-
-       eautoreconf
-}
-
-src_configure() {
-       append-cxxflags -std=c++11
-       econf \
-               $(use_enable nls) \
-               $(use_enable xinerama)
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-}

Reply via email to