From 073952e6444ab6acb2947a224e3db6e2cef7300e Mon Sep 17 00:00:00 2001 From: "Hannes Krueger (srebrodolskite)" Date: Fri, 17 Oct 2008 11:16:19 +0000 Subject: app-misc/gpligc: Version bump for gpligc svn path=/sunrise/; revision=7229 --- app-misc/gpligc/ChangeLog | 6 ++- app-misc/gpligc/Manifest | 6 +-- app-misc/gpligc/gpligc-1.5.1.ebuild | 85 ------------------------------------- app-misc/gpligc/gpligc-1.6.ebuild | 77 +++++++++++++++++++++++++++++++++ 4 files changed, 85 insertions(+), 89 deletions(-) delete mode 100644 app-misc/gpligc/gpligc-1.5.1.ebuild create mode 100644 app-misc/gpligc/gpligc-1.6.ebuild diff --git a/app-misc/gpligc/ChangeLog b/app-misc/gpligc/ChangeLog index 808e0f8a1..fc8ec668f 100644 --- a/app-misc/gpligc/ChangeLog +++ b/app-misc/gpligc/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-misc/gpligc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Oct 2008; Hannes Krueger (srebrodolskite) + -gpligc-1.5.1.ebuild, +gpligc-1.6.ebuild: + Version bump for gpligc + 27 Oct 2007; Jakub Moc gpligc-1.5.1.ebuild: Use keepdir on empty dirs, einfo -> elog, cosmetics diff --git a/app-misc/gpligc/Manifest b/app-misc/gpligc/Manifest index da705b165..0db5aafce 100644 --- a/app-misc/gpligc/Manifest +++ b/app-misc/gpligc/Manifest @@ -1,4 +1,4 @@ -DIST GPLIGC-1.5.1.tar.gz 995346 RMD160 f4076f8e08e7b24d3b87de8a28af1da4bf851ff2 SHA1 ea08ea9bdeb86454d35f1640c33263806aac1bf5 SHA256 a93bccfc814c6d6ef04df84bf9620168bd9d8cac9bbefd1d026e939f29259c04 -EBUILD gpligc-1.5.1.ebuild 2711 RMD160 c6edb8b88e14a93ab1a6a7b37650517056b7733e SHA1 63241df745e251c7195a5e3c22acc9912980b803 SHA256 6253560534034c4a2ef89acf5277996f231b04f9c8530d2751f3288c31a8d1c6 -MISC ChangeLog 416 RMD160 48c0c2f71b6bc6a53c90cb64c5dd8010fe19773f SHA1 4604c7717b1d1eb1282480e4c937225c961d37d5 SHA256 1bb78f5cf3b07d21b9cbb5cea4fc8650b8252a5ba1c1a40f66cbd8253a464d31 +DIST GPLIGC-1.6-src.tar.gz 1057195 RMD160 8689fedd61fb3c5a6a132dc4be6e2a4c6c81404e SHA1 9451a95e017d8e659e4f12cd546c43e7cfb76551 SHA256 363ec1dfd93f3af70674dd0fe41b482f8334c8fe0efde4f0aaf699fc5526af7e +EBUILD gpligc-1.6.ebuild 2423 RMD160 db11559bfcaf1fa2e054e994697d4d624de970e4 SHA1 aca0c3075ffc133965b3ac62411c732692bc0977 SHA256 43a88325613f71049fa182455d1d358e2782ef7b7d24e2df62d1c0c5bfe1cb35 +MISC ChangeLog 561 RMD160 e3c9e30bf474bc8c5d7b3e0f9bd5270e325b9dfa SHA1 68426a5220c99d912cde39702c7508406241ad79 SHA256 4e355fb0ccad4035a17fb345bc9338d38855f9eb604fac40ccace748eb697c9a MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-misc/gpligc/gpligc-1.5.1.ebuild b/app-misc/gpligc/gpligc-1.5.1.ebuild deleted file mode 100644 index 176ae5f03..000000000 --- a/app-misc/gpligc/gpligc-1.5.1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -MY_PN="GPLIGC" -MY_P=${MY_PN}-${PV} -DESCRIPTION="provides IGC-file (GPS tracklog) evaluation and 3D visualisation" -HOMEPAGE="http://gpligc.sf.net/" -SRC_URI="http://pc12-c714.uibk.ac.at/GPLIGC/download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glut - virtual/glu - media-libs/jpeg" -RDEPEND="${DEPEND} - >=dev-lang/perl-5.6 - dev-perl/perl-tk - sci-visualization/gnuplot" - -# for historical reasons the original tarball has capital letters -# and so has the toplevel directory -S="${WORKDIR}/${MY_P}" - -src_compile() { - # sysinfo.h is created here, to prevent it from being created by the makefile, - # in a way, which breaks -j n>1 MAKEOPTIONS. - # shouldn't be needed in gpligc > 1.5.1 anylonger - echo -n "#define SYSINFO \"" >openGLIGCexplorer/sysinfo.h - echo -n `uname -a` >>openGLIGCexplorer/sysinfo.h - echo "\"" >>openGLIGCexplorer/sysinfo.h - - # compiling openGLIGCexplorer using the systems compiler flags - cd openGLIGCexplorer - emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Build failed" -} - -src_install() { - # create openGLIGCexplorer data dirs - keepdir /usr/share/${PN}/data/map - keepdir /usr/share/${PN}/data/airspace - keepdir /usr/share/${PN}/data/dem - keepdir /usr/share/${PN}/data/waypoint - - # install binaries and scripts - dobin GPLIGC/{GPLIGC.pl,gpsp2igc.pl} \ - openGLIGCexplorer/{openGLIGCexplorer,createworld,etopo2merger,optimizer} - - # install perl modules and icons/pics and example configuration - insinto /usr/share/${PN} - doins GPLIGC/{GPLIGCfunctions.pm,GPLIGCwaypoints.pm,gpligc.xbm,icon.png,logo.jpg,logos.gif,logos.jpg} \ - openGLIGCexplorer/.openGLIGCexplorerrc - - dodoc doc/CHANGES - - # at least this pdf is supposed to be used often, so its better left uncompressed - insinto /usr/share/doc/${P} - doins doc/GPLIGC_Manual.pdf - - # paths to perl modules have to be set in scripts/modules - dosed "s:PREFIX:/usr:g" /usr/share/${PN}/.openGLIGCexplorerrc - dosed "s:zzLIBDIRzz:/usr/share/${PN}/:g" /usr/bin/GPLIGC.pl - dosed "s:zzLIBDIRzz:/usr/share/${PN}/:g" /usr/share/${PN}/GPLIGCwaypoints.pm - - # some symlinks - dosym /usr/bin/GPLIGC.pl /usr/bin/GPLIGC - dosym /usr/bin/openGLIGCexplorer /usr/bin/ogie -} - -pkg_postinst() { - echo - elog "Information about using and configuring GPLIGC and" - elog "openGLIGCexplorer (ogie) can be found in the provided manual:" - elog "/usr/share/doc/${P}/GPLIGC_Manual.pdf" - elog "Users should copy ogie's example configuration file from" - elog "/usr/share/${PN}/.openGLIGCexplorerrc to the own HOME directory" - elog "and edit it according to their needs." - echo -} diff --git a/app-misc/gpligc/gpligc-1.6.ebuild b/app-misc/gpligc/gpligc-1.6.ebuild new file mode 100644 index 000000000..89803ce2c --- /dev/null +++ b/app-misc/gpligc/gpligc-1.6.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /usr/local/cvsroot/hk_portage/app-misc/gpligc/gpligc-1.6.ebuild,v 1.3 2008/06/04 11:17:19 kruegerh Exp $ + +inherit eutils + +MY_PN="GPLIGC" +MY_P=${MY_PN}-${PV} +DESCRIPTION="provides IGC-file (GPS tracklog) evaluation and 3D visualisation" +HOMEPAGE="http://gpligc.sf.net/" +SRC_URI="http://pc12-c714.uibk.ac.at/GPLIGC/download/${MY_P}-src.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="virtual/opengl + virtual/glut + virtual/glu + media-libs/jpeg" +RDEPEND="${DEPEND} + >=dev-lang/perl-5.6 + dev-perl/perl-tk + sci-visualization/gnuplot" + +# for historical reasons the original tarball has capital letters +# and so has the toplevel directory +S="${WORKDIR}/${MY_P}" + +src_compile() { + cd openGLIGCexplorer + emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Build failed" +} + +src_install() { + # create openGLIGCexplorer data dirs + keepdir /usr/share/${PN}/data/map + keepdir /usr/share/${PN}/data/airspace + keepdir /usr/share/${PN}/data/dem + keepdir /usr/share/${PN}/data/waypoint + + # install binaries and scripts + dobin GPLIGC/{GPLIGC.pl,gpsp2igc.pl,gpsp2kml.pl} \ + openGLIGCexplorer/{openGLIGCexplorer,createworld,etopo2merger,optimizer} + + # install perl modules and icons/pics and sample configuration + insinto /usr/share/${PN} + doins GPLIGC/{GPLIGCfunctions.pm,GPLIGCwaypoints.pm,gpligc.xbm,icon.png,logo.jpg,logos.gif,logos.jpg} \ + openGLIGCexplorer/.openGLIGCexplorerrc + + dodoc doc/CHANGES + + # at least this pdf is supposed to be used often, so its better left + insinto /usr/share/doc/${P} + doins doc/GPLIGC_Manual.pdf + + # paths to perl modules have to be set in scripts/modules + dosed "s:PREFIX:/usr:g" /usr/share/${PN}/.openGLIGCexplorerrc + dosed "s:zzLIBDIRzz:/usr/share/${PN}/:g" /usr/bin/GPLIGC.pl + dosed "s:zzLIBDIRzz:/usr/share/${PN}/:g" /usr/share/${PN}/GPLIGCwaypoints.pm + + # some symlinks + dosym /usr/bin/GPLIGC.pl /usr/bin/GPLIGC + dosym /usr/bin/openGLIGCexplorer /usr/bin/ogie +} + +pkg_postinst() { + echo + elog "Information about using and configuring GPLIGC and" + elog "openGLIGCexplorer (ogie) can be found in the provided manual:" + elog "/usr/share/doc/${P}/GPLIGC_Manual.pdf" + elog "Users should copy ogie's example configuration file from" + elog "/usr/share/${PN}/.openGLIGCexplorerrc to the own HOME directory" + elog "and edit it according to their needs." + echo +} -- cgit v1.2.3-65-gdbad