tomwij 14/05/14 16:36:35 Modified: ChangeLog Added: notecase-1.9.8-r1.ebuild Removed: notecase-1.9.8.ebuild Log: [QA] EAPI 1 -> 5. Revision bump. Verbose building, remove Application category, emake -j1, added dependencies. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path 1.30 app-text/notecase/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/notecase/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/notecase/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/notecase/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 4 May 2012 03:33:17 -0000 1.29 +++ ChangeLog 14 May 2014 16:36:35 -0000 1.30 @@ -1,6 +1,13 @@ # ChangeLog for app-text/notecase -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.29 2012/05/04 03:33:17 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.30 2014/05/14 16:36:35 tomwij Exp $ + +*notecase-1.9.8-r1 (14 May 2014) + + 14 May 2014; Tom Wijsman <[email protected]> +notecase-1.9.8-r1.ebuild, + -notecase-1.9.8.ebuild: + [QA] EAPI 1 -> 5. Revision bump. Verbose building, remove Application + category, emake -j1, added dependencies. 04 May 2012; Jeff Horelick <[email protected]> notecase-1.9.8.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -149,4 +156,3 @@ 14 May 2007; Raúl Porcel <[email protected]> +files/notecase-1.3.6-CFLAGS.patch, +metadata.xml, +notecase-1.5.6.ebuild: New import, bug 144475 - 1.1 app-text/notecase/notecase-1.9.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/notecase/notecase-1.9.8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/notecase/notecase-1.9.8-r1.ebuild?rev=1.1&content-type=text/plain Index: notecase-1.9.8-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.9.8-r1.ebuild,v 1.1 2014/05/14 16:36:35 tomwij Exp $ EAPI="5" inherit eutils fdo-mime DESCRIPTION="Hierarchical note manager written using GTK+ and C++" HOMEPAGE="http://notecase.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}_src.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="gnome nls" RDEPEND="sys-libs/zlib:0 >=x11-libs/gtk+-2.6:2 x11-libs/libX11:0" DEPEND="${RDEPEND} virtual/pkgconfig:*" # test doesn't work RESTRICT="test" src_prepare() { # Respect CFLAGS and don't use --as-needed by default epatch "${FILESDIR}/notecase-1.7.2-CFLAGS.patch" epatch "${FILESDIR}"/${P}-gcc44.patch epatch "${FILESDIR}"/${P}-gtksourceview.patch if ! use gnome; then # Comment variable in the Makefile if we don't have gnome sed -i -e 's/HAVE_GNOME_VFS=1/#HAVE_GNOME_VFS=1/g' \ -e 's/AUTODETECT_GNOME_VFS=1/#AUTODETECT_GNOME_VFS=1/g' \ Makefile || die "gnome sed failed" fi ! use nls && { sed -i -e 's/notecase$(EXE) poinstall/notecase$(EXE)/g' \ Makefile || die "nls sed failed" } # Verbose building, fix as-needed support and missing libs. sed -e 's/^\(Q[CL]*=\)@.*$/\1/' \ -e 's:\(-o $(BIN)/notecase$(EXE) .*\) \($(GTKLIBS)\):\2 -lX11 -lz \1:' \ -i Makefile || die # Remove Application category from .desktop file. sed -i 's/^\(Categories=\)Application;/\1/' docs/notecase.desktop || die } src_compile() { emake -j1 } src_install() { default dodoc readme.txt } pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update } pkg_postrm() { fdo-mime_desktop_database_update fdo-mime_mime_database_update }
