diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-04-24 11:05:00 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-04-24 11:05:00 +0000 |
commit | 0c1c633e0e14d7eb7aa9f951e957973aec0d3e0b (patch) | |
tree | fa7aab07e0939019a9d6b1fac7d3134a3fa31aaa /x11-misc/kflog | |
parent | Version bumped. Marked 3.0.2 stable on x86 and alpha (Manifest recommit) (diff) | |
download | gentoo-2-0c1c633e0e14d7eb7aa9f951e957973aec0d3e0b.tar.gz gentoo-2-0c1c633e0e14d7eb7aa9f951e957973aec0d3e0b.tar.bz2 gentoo-2-0c1c633e0e14d7eb7aa9f951e957973aec0d3e0b.zip |
Initial ebuild courtisy of Andreas Thalhammer <andreas_thalhammer@chello.at>
Diffstat (limited to 'x11-misc/kflog')
-rw-r--r-- | x11-misc/kflog/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/kflog/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/kflog/files/digest-kflog-2.1.1 | 1 | ||||
-rw-r--r-- | x11-misc/kflog/kflog-2.1.1.ebuild | 61 | ||||
-rw-r--r-- | x11-misc/kflog/metadata.xml | 11 |
5 files changed, 83 insertions, 0 deletions
diff --git a/x11-misc/kflog/ChangeLog b/x11-misc/kflog/ChangeLog new file mode 100644 index 000000000000..3c45b94bb292 --- /dev/null +++ b/x11-misc/kflog/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-misc/kflog +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/ChangeLog,v 1.1 2004/04/24 11:05:00 dragonheart Exp $ + + 24 Apr 2004; Daniel Black <dragonheart@gentoo.org> : + Initial ebuild courtesy of Andreas Thalhammer <andreas_thalhammer@chello.at> + in bug #48578 + diff --git a/x11-misc/kflog/Manifest b/x11-misc/kflog/Manifest new file mode 100644 index 000000000000..7e64ec6dbdee --- /dev/null +++ b/x11-misc/kflog/Manifest @@ -0,0 +1,2 @@ +MD5 ad445ea22c7950b5cf0487db2ecc00a1 kflog-2.1.1.ebuild 1388 +MD5 98254d123c609c4e7d9d142e43da91c9 files/digest-kflog-2.1.1 64 diff --git a/x11-misc/kflog/files/digest-kflog-2.1.1 b/x11-misc/kflog/files/digest-kflog-2.1.1 new file mode 100644 index 000000000000..f1310a6166b2 --- /dev/null +++ b/x11-misc/kflog/files/digest-kflog-2.1.1 @@ -0,0 +1 @@ +MD5 266b9f8d4551b9926d9848fb0f28139e kflog-2.1.1.tar.bz2 878288 diff --git a/x11-misc/kflog/kflog-2.1.1.ebuild b/x11-misc/kflog/kflog-2.1.1.ebuild new file mode 100644 index 000000000000..56b84b163295 --- /dev/null +++ b/x11-misc/kflog/kflog-2.1.1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/kflog-2.1.1.ebuild,v 1.1 2004/04/24 11:05:00 dragonheart Exp $ + +inherit kde +need-kde 3 + +DESCRIPTION="A flight logger/analyser for KDE aimed at glider pilots" +HOMEPAGE="http://www.kflog.org/" +SRC_URI="http://www.kflog.org/download/src/${P}.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="" + +DEPEND="${DEPEND} + sys-apps/gawk + sys-devel/gettext + sys-apps/grep + sys-devel/gcc + virtual/glibc + sys-libs/zlib" + +RDEPEND="${RDEPEND} + dev-libs/expat + media-libs/fontconfig + media-libs/freetype + media-libs/jpeg + media-libs/libart_lgpl + media-libs/libmng + media-libs/libpng + media-libs/nas + sys-devel/gcc + virtual/glibc + sys-libs/zlib + x11-libs/qt" + + +src_install() { + kde_src_install + rm -rf ${D}/usr/share/doc/HTML + chown -R root:users ${D}/usr/share/apps/kflog/mapdata + chmod -R ug+rw ${D}/usr/share/apps/kflog/mapdata +} + +pkg_postinstall() { + einfo "Note: Maps are not included. KFlog can download required data" + einfo "for you, or you may obtain map/airspace/airfield data at:" + einfo + einfo "http://maproom.kflog.org/" + einfo + einfo "and untar them in /usr/share/apps/kflog/mapdata" + einfo "Visiting http://www.kflog.org/ is generally a good idea." +} + +pkg_postrm() { + einfo "Note: If you installed any maps, airspace or airfield data -" + einfo "DO NOT FORGET to remove it manually! (/usr/share/apps/kflog/mapdata" + einfo + einfo "Browsing though /usr/share/apps/kflog might be a good idea." +} diff --git a/x11-misc/kflog/metadata.xml b/x11-misc/kflog/metadata.xml new file mode 100644 index 000000000000..3f2a5b4aed86 --- /dev/null +++ b/x11-misc/kflog/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>dragonheart@gentoo.org</email> + <name>Daniel Black</name> + <description>A user ebuild that I felt obliged to include. Please take over if you want +to</description> +</maintainer> +</pkgmetadata> |