aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/gsmc/ChangeLog7
-rw-r--r--sci-electronics/gsmc/gsmc-1.1.ebuild25
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
+}