tomjbe 14/07/30 18:37:20 Modified: ChangeLog Added: linsmith-0.99.28.ebuild Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Revision Changes Path 1.21 sci-electronics/linsmith/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/linsmith/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/linsmith/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/linsmith/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 3 Nov 2013 08:19:51 -0000 1.20 +++ ChangeLog 30 Jul 2014 18:37:20 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/linsmith -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.20 2013/11/03 08:19:51 tomjbe Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.21 2014/07/30 18:37:20 tomjbe Exp $ + +*linsmith-0.99.28 (30 Jul 2014) + + 30 Jul 2014; Thomas Beierlein <[email protected]> +linsmith-0.99.28.ebuild: + Version bump *linsmith-0.99.26 (03 Nov 2013) 1.1 sci-electronics/linsmith/linsmith-0.99.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/linsmith/linsmith-0.99.28.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/linsmith/linsmith-0.99.28.ebuild?rev=1.1&content-type=text/plain Index: linsmith-0.99.28.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/linsmith-0.99.28.ebuild,v 1.1 2014/07/30 18:37:20 tomjbe Exp $ EAPI=5 inherit eutils autotools DESCRIPTION="Smith charting program, mainly designed for educational use." HOMEPAGE="http://www.jcoppens.com/soft/linsmith/index.en.php" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples" RDEPEND=" x11-libs/gtk+:2 dev-libs/libxml2:2 dev-libs/glib:2 dev-libs/atk gnome-base/libgnome gnome-base/libgnomecanvas gnome-base/libgnomeui" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { # This patch is to prevent make install copying # the examples in /usr/share/linsmith # Now they are cp to the correct location. epatch \ "${FILESDIR}"/${PN}-datafiles.patch # fix QA warnings about wrong categories in .desktop file sed -i -e "s/Application;Engineering;/Education;Science;Electronics;/" \ -e "s/Encoding=/#Encoding=/" \ ${PN}.desktop || die # fix QA warnings about 'maintainer mode' eautoreconf } src_install() { emake DESTDIR="${D}" install insinto "/usr/share/${PN}" doins datafiles/conv0809 dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO doman doc/${PN}.1 domenu ${PN}.desktop doicon ${PN}_icon.xpm if use doc; then insinto "/usr/share/doc/${PF}" doins doc/manual.pdf fi if use examples; then insinto "/usr/share/doc/${PF}/examples" doins datafiles/*.circ datafiles/*.load || die fi }
