summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-01-26 11:47:55 +0000
committerJeroen Roovers <jer@gentoo.org>2014-01-26 11:47:55 +0000
commitd8628e52c0b7328ea81d57d3645ba65bf43bb866 (patch)
treea8590989373eab3a6524bd2f7cfb357fd7d38cc5 /x11-misc
parentStable for arm, wrt bug #498760 (diff)
downloadgentoo-2-d8628e52c0b7328ea81d57d3645ba65bf43bb866.tar.gz
gentoo-2-d8628e52c0b7328ea81d57d3645ba65bf43bb866.tar.bz2
gentoo-2-d8628e52c0b7328ea81d57d3645ba65bf43bb866.zip
Old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/nitrogen/ChangeLog7
-rw-r--r--x11-misc/nitrogen/files/Makefile-as-needed.patch10
-rw-r--r--x11-misc/nitrogen/files/nitrogen-1.4-png.patch13
-rw-r--r--x11-misc/nitrogen/nitrogen-1.4-r1.ebuild42
-rw-r--r--x11-misc/nitrogen/nitrogen-1.5.1.ebuild35
5 files changed, 6 insertions, 101 deletions
diff --git a/x11-misc/nitrogen/ChangeLog b/x11-misc/nitrogen/ChangeLog
index 842a1bfc1b7e..d4263d7c5948 100644
--- a/x11-misc/nitrogen/ChangeLog
+++ b/x11-misc/nitrogen/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/nitrogen
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/nitrogen/ChangeLog,v 1.23 2014/01/26 10:56:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/nitrogen/ChangeLog,v 1.24 2014/01/26 11:47:54 jer Exp $
+
+ 26 Jan 2014; Jeroen Roovers <jer@gentoo.org> -nitrogen-1.4-r1.ebuild,
+ -nitrogen-1.5.1.ebuild, -files/nitrogen-1.4-png.patch,
+ -files/Makefile-as-needed.patch:
+ Old.
26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> nitrogen-1.5.2.ebuild:
Stable for x86, wrt bug #498940
diff --git a/x11-misc/nitrogen/files/Makefile-as-needed.patch b/x11-misc/nitrogen/files/Makefile-as-needed.patch
deleted file mode 100644
index cbeb44b9b009..000000000000
--- a/x11-misc/nitrogen/files/Makefile-as-needed.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- nitrogen-1.4.old/src/Makefile.am 2008-05-05 21:34:15.000000000 +0200
-+++ nitrogen-1.4/src/Makefile.am 2008-12-03 20:14:34.000000000 +0100
-@@ -1,6 +1,6 @@
- bin_PROGRAMS = nitrogen
- nitrogen_SOURCES = Config.h NWindow.h main.cc md5.h SetBG.cc main.h Thumbview.cc Config.cc NWindow.cc SetBG.h md5.c ArgParser.h ArgParser.cc Thumbview.h ImageCombo.cc ImageCombo.h Inotify.cc Inotify.h Util.h Util.cc
--nitrogen_LDFLAGS = @NITROGEN_LIBS@
-+LIBS=@NITROGEN_LIBS@
- INCLUDES = @NITROGEN_CFLAGS@ \
- -DNITROGEN_DATA_DIR=\"$(pkgdatadir)\"
- man_MANS = nitrogen.1
diff --git a/x11-misc/nitrogen/files/nitrogen-1.4-png.patch b/x11-misc/nitrogen/files/nitrogen-1.4-png.patch
deleted file mode 100644
index 0fc621cb9650..000000000000
--- a/x11-misc/nitrogen/files/nitrogen-1.4-png.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=296783
-
---- src/Thumbview.cc
-+++ src/Thumbview.cc
-@@ -23,7 +23,7 @@
- #include "Thumbview.h"
- #include "md5.h"
- #include <glib/gstdio.h>
--#include <png.h>
-+#include <string.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
diff --git a/x11-misc/nitrogen/nitrogen-1.4-r1.ebuild b/x11-misc/nitrogen/nitrogen-1.4-r1.ebuild
deleted file mode 100644
index 3812660b2335..000000000000
--- a/x11-misc/nitrogen/nitrogen-1.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/nitrogen/nitrogen-1.4-r1.ebuild,v 1.5 2012/05/05 04:53:45 jdhore Exp $
-
-EAPI=2
-inherit eutils autotools
-
-DESCRIPTION="GTK+ 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 x86"
-IUSE="xinerama"
-
-RDEPEND="dev-cpp/gtkmm:2.4
- >=gnome-base/librsvg-2.20:2
- x11-libs/gtk+:2
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- xinerama? ( x11-proto/xineramaproto )"
-
-src_prepare () {
- epatch "${FILESDIR}"/${P}-png.patch \
- "${FILESDIR}"/Makefile-as-needed.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable xinerama) || die "econf failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/x11-misc/nitrogen/nitrogen-1.5.1.ebuild b/x11-misc/nitrogen/nitrogen-1.5.1.ebuild
deleted file mode 100644
index dd6ec43e0a78..000000000000
--- a/x11-misc/nitrogen/nitrogen-1.5.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/nitrogen/nitrogen-1.5.1.ebuild,v 1.3 2012/05/05 04:53:45 jdhore Exp $
-
-EAPI=2
-
-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 ~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-proto/xineramaproto )"
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable nls) \
- $(use_enable xinerama)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README || die
-}