voyageur 15/01/20 16:34:32 Modified: ChangeLog Added: wmswallow-0.6.1-r1.ebuild Log: Finally fix underlinking, bug #370111 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.10 x11-plugins/wmswallow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 10 Aug 2014 20:09:04 -0000 1.9 +++ ChangeLog 20 Jan 2015 16:34:32 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmswallow -# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.9 2014/08/10 20:09:04 slyfox Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.10 2015/01/20 16:34:32 voyageur Exp $ + +*wmswallow-0.6.1-r1 (20 Jan 2015) + + 20 Jan 2015; Bernard Cafarelli <[email protected]> + +wmswallow-0.6.1-r1.ebuild: + Finally fix underlinking, bug #370111 10 Aug 2014; Sergei Trofimovich <[email protected]> wmswallow-0.6.1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?rev=1.1&content-type=text/plain Index: wmswallow-0.6.1-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v 1.1 2015/01/20 16:34:32 voyageur Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="A dock applet to make any application dockable" HOMEPAGE="http://burse.uni-hamburg.de/~friedel/software/wmswallow.html" SRC_URI="http://burse.uni-hamburg.de/~friedel/software/wmswallow/${PN}.tar.Z" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND} x11-proto/xproto" S=${WORKDIR}/wmswallow src_prepare() { sed -e "s:\${OBJS} -o:\${OBJS} \${LDFLAGS} -o:" \ -e "/LIBS/s/-lXext/-lX11 \0/"\ -i Makefile || die } src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" xfree } src_install() { dobin wmswallow dodoc CHANGELOG README todo }
