diff options
author | 2010-06-30 21:54:07 +0200 | |
---|---|---|
committer | 2010-06-30 21:55:47 +0200 | |
commit | dfc3c62b5ea008ec20071fca60f536bd60e9a26c (patch) | |
tree | 42345e4978471bb8bbebfc3aa1dc9b9a2217e0c1 /sci-electronics/gsmc | |
parent | added app-portage/g-octave-0.2_rc1. URL fixes (diff) | |
download | sci-dfc3c62b5ea008ec20071fca60f536bd60e9a26c.tar.gz sci-dfc3c62b5ea008ec20071fca60f536bd60e9a26c.tar.bz2 sci-dfc3c62b5ea008ec20071fca60f536bd60e9a26c.zip |
Version bump
Diffstat (limited to 'sci-electronics/gsmc')
-rw-r--r-- | sci-electronics/gsmc/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/gsmc/gsmc-1.1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/sci-electronics/gsmc/ChangeLog b/sci-electronics/gsmc/ChangeLog index 4935e3795..31fdee467 100644 --- a/sci-electronics/gsmc/ChangeLog +++ b/sci-electronics/gsmc/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for sci-electronics/gsmc -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*gsmc-1.1 (30 Jun 2010) + + 30 Jun 2010; Thomas Beierlein <tomjbe@gentoo.org> +gsmc-1.1.ebuild: + Version bump + 23 Oct 2005; Lucas Chiesa <lucas.chiesa@gmail.com> gsmc-1.0.ebuild: Changed ${PN}-${PV} to ${P}. It now depends on >=x11-libs/gkt+-2.6.8. Removed PREFIX=/usr/ from the make install line. diff --git a/sci-electronics/gsmc/gsmc-1.1.ebuild b/sci-electronics/gsmc/gsmc-1.1.ebuild new file mode 100644 index 000000000..e79a4f28b --- /dev/null +++ b/sci-electronics/gsmc/gsmc-1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="A GTK program for doing Smith Chart calculations" +HOMEPAGE="http://www.qsl.net/ik5nax/" +SRC_URI="http://www.qsl.net/ik5nax/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/glib + x11-libs/gtk+:2" +RDEPEND="${DEPEND}" + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS NEWS README TODO || die + insinto /usr/share/${PN} + doins example* || die +} |