diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-radio/xlog | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-radio/xlog')
-rw-r--r-- | media-radio/xlog/Manifest | 3 | ||||
-rw-r--r-- | media-radio/xlog/files/xlog-1.9-desktop-update.patch | 51 | ||||
-rw-r--r-- | media-radio/xlog/files/xlog-2.0.13-desktop-update.patch | 51 | ||||
-rw-r--r-- | media-radio/xlog/files/xlog-2.0.7-desktop.patch | 14 | ||||
-rw-r--r-- | media-radio/xlog/metadata.xml | 8 | ||||
-rw-r--r-- | media-radio/xlog/xlog-2.0.11.ebuild | 62 | ||||
-rw-r--r-- | media-radio/xlog/xlog-2.0.12.ebuild | 62 | ||||
-rw-r--r-- | media-radio/xlog/xlog-2.0.13.ebuild | 62 |
8 files changed, 313 insertions, 0 deletions
diff --git a/media-radio/xlog/Manifest b/media-radio/xlog/Manifest new file mode 100644 index 000000000000..3854aeb78343 --- /dev/null +++ b/media-radio/xlog/Manifest @@ -0,0 +1,3 @@ +DIST xlog-2.0.11.tar.gz 11395343 SHA256 a2381b6bbbf446d9bb95644d8394c5fe5fa43bbafe0c87ef65a0f6fbdafcb744 SHA512 15e91cc51af162d4def7e9ce29a3bde7af076ba875e939d3e908ac0fb39b8e0c30a1fdad6ec58d19a70947629684209038ddf83cf8316331f059fa3a3db5cc34 WHIRLPOOL e7dcaf548acf36e39400b3d039348a86cb30189cbc551158902728698b23a5db988c9fcf54ad847a2291e3062ec9cd963bd4281032653bf7f59f6494a2441579 +DIST xlog-2.0.12.tar.gz 11396005 SHA256 c5666c53e67b92b49bedb5ee1a629cf62d384033af6a912dff7726995775abd4 SHA512 34f590915b11e0aa24a23210f90f0bc7fb62874b46ab226e254e766b14965add58752a131c1a4b792e2447670059f92ef5d160fba8382fe757e31e8478902550 WHIRLPOOL e9b2561d23e9902de2753c4fd07eca98fa42bfe0d62ce1f7113f9056b5df801247be0b95665d1d85d8c3f7d05e606fc949df69bc72bfb8cfba43066d4de96c46 +DIST xlog-2.0.13.tar.gz 11427287 SHA256 d53d8538b9fc61e761d1bd84ad0c866cc9a50540b663521ebad49df479d798ab SHA512 304efc65c35890f2d988680de2a5f21d2e728882175f9a3abf72a749d9172833ac7b18cbd65d9e9c2c143ee27bea0476b12ff5eb760d8dcbb64800944ac89003 WHIRLPOOL 7e77e2db8cd8f373fe5f93f81d80b29fdfc4870eab24557a8aa1c940d67df80fc4751d409a2751a795c42a14edb0da30a39dc88af7771cc223f0bb408c15ef23 diff --git a/media-radio/xlog/files/xlog-1.9-desktop-update.patch b/media-radio/xlog/files/xlog-1.9-desktop-update.patch new file mode 100644 index 000000000000..ccdb2ddac205 --- /dev/null +++ b/media-radio/xlog/files/xlog-1.9-desktop-update.patch @@ -0,0 +1,51 @@ +--- configure.in.orig 2007-11-06 15:49:25.000000000 -0800 ++++ configure.in 2007-11-06 15:51:22.000000000 -0800 +@@ -48,6 +48,7 @@ + AH_TEMPLATE([HAVE_LC_MESSAGES], []) + AH_TEMPLATE([HAVE_STPCPY], []) + ++dnl MIME update + AC_ARG_ENABLE(mime-update, + [ --enable-mime-update update the mime database], + [case "${enableval}" in +@@ -63,6 +64,21 @@ + echo "disabled updating of the mime database" + fi + ++dnl Desktop update ++AC_ARG_ENABLE(desktop-update, ++[ --enable-desktop-update update the desktop database], ++[case "${enableval}" in ++ yes) desk_update=true ;; ++ no) desk_update=false ;; ++ *) AC_MSG_ERROR(bad value ${enableval} for --enable-desk-update) ;; ++esac],[desk_update=false]) ++AM_CONDITIONAL(DESKUPDATE, test x$desk_update = xtrue) ++ ++if test "x${desk_update}" != "xfalse"; then ++ echo "enabled updating of the desktop database" ++else ++ echo "disabled updating of the desktop database" ++fi + + AC_OUTPUT([po/Makefile.in + Makefile +--- data/desktop/Makefile.am.orig 2007-11-06 15:47:51.000000000 -0800 ++++ data/desktop/Makefile.am 2007-11-06 15:48:16.000000000 -0800 +@@ -5,12 +5,16 @@ + + EXTRA_DIST = $(DESKTOP_FILES) + ++if DESKUPDATE + install-data-hook: + if HAVE_DESKTOP + $(UPDATE_DESKTOP_DATABASE) "$(DESTDIR)$(datadir)/applications" + endif ++endif + ++if DESKUPDATE + uninstall-hook: + if HAVE_DESKTOP + $(UPDATE_DESKTOP_DATABASE) "$(DESTDIR)$(datadir)/applications" + endif ++endif diff --git a/media-radio/xlog/files/xlog-2.0.13-desktop-update.patch b/media-radio/xlog/files/xlog-2.0.13-desktop-update.patch new file mode 100644 index 000000000000..cf834e13ec7c --- /dev/null +++ b/media-radio/xlog/files/xlog-2.0.13-desktop-update.patch @@ -0,0 +1,51 @@ +--- configure.ac.orig 2007-11-06 15:49:25.000000000 -0800 ++++ configure.ac 2007-11-06 15:51:22.000000000 -0800 +@@ -48,6 +48,7 @@ + AH_TEMPLATE([HAVE_LC_MESSAGES], []) + AH_TEMPLATE([HAVE_STPCPY], []) + ++dnl MIME update + AC_ARG_ENABLE(mime-update, + [ --enable-mime-update update the mime database], + [case "${enableval}" in +@@ -63,6 +64,21 @@ + echo "disabled updating of the mime database" + fi + ++dnl Desktop update ++AC_ARG_ENABLE(desktop-update, ++[ --enable-desktop-update update the desktop database], ++[case "${enableval}" in ++ yes) desk_update=true ;; ++ no) desk_update=false ;; ++ *) AC_MSG_ERROR(bad value ${enableval} for --enable-desk-update) ;; ++esac],[desk_update=false]) ++AM_CONDITIONAL(DESKUPDATE, test x$desk_update = xtrue) ++ ++if test "x${desk_update}" != "xfalse"; then ++ echo "enabled updating of the desktop database" ++else ++ echo "disabled updating of the desktop database" ++fi + + AC_OUTPUT([po/Makefile.in + Makefile +--- data/desktop/Makefile.am.orig 2007-11-06 15:47:51.000000000 -0800 ++++ data/desktop/Makefile.am 2007-11-06 15:48:16.000000000 -0800 +@@ -5,12 +5,16 @@ + + EXTRA_DIST = $(DESKTOP_FILES) + ++if DESKUPDATE + install-data-hook: + if HAVE_DESKTOP + $(UPDATE_DESKTOP_DATABASE) "$(DESTDIR)$(datadir)/applications" + endif ++endif + ++if DESKUPDATE + uninstall-hook: + if HAVE_DESKTOP + $(UPDATE_DESKTOP_DATABASE) "$(DESTDIR)$(datadir)/applications" + endif ++endif diff --git a/media-radio/xlog/files/xlog-2.0.7-desktop.patch b/media-radio/xlog/files/xlog-2.0.7-desktop.patch new file mode 100644 index 000000000000..e124e062351c --- /dev/null +++ b/media-radio/xlog/files/xlog-2.0.7-desktop.patch @@ -0,0 +1,14 @@ +--- data/desktop/xlog.desktop.orig 2013-05-24 08:23:25.000000000 +0200 ++++ data/desktop/xlog.desktop 2013-05-24 08:24:47.000000000 +0200 +@@ -5,8 +5,8 @@ + Comment[pl]=Dziennik łączności dla radioamatorów + TryExec=xlog + Exec=xlog %F +-Icon=xlog-icon.png ++Icon=xlog-icon + Terminal=false + Type=Application +-Categories=Utility;Database;HamRadio;GTK +-MimeType=text/x-xlog ++Categories=Utility;Database;HamRadio;GTK; ++MimeType=text/x-xlog; diff --git a/media-radio/xlog/metadata.xml b/media-radio/xlog/metadata.xml new file mode 100644 index 000000000000..28bcc7249968 --- /dev/null +++ b/media-radio/xlog/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>tomjbe@gentoo.org</email> + <name>Thomas Beierlein</name> +</maintainer> +</pkgmetadata> diff --git a/media-radio/xlog/xlog-2.0.11.ebuild b/media-radio/xlog/xlog-2.0.11.ebuild new file mode 100644 index 000000000000..80e4cc0bcf61 --- /dev/null +++ b/media-radio/xlog/xlog-2.0.11.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools eutils fdo-mime toolchain-funcs +MY_P=${P/_} + +DESCRIPTION="An amateur radio logging program" +HOMEPAGE="http://www.nongnu.org/xlog" +SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="media-libs/hamlib + dev-libs/glib:2 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "${FILESDIR}/${PN}-2.0.7-desktop.patch" + + # Let portage handle updating mime/desktop databases, + epatch "${FILESDIR}/${PN}-1.9-desktop-update.patch" + # Drop -Werror + sed -i -e "s:-Werror::" configure.in || die + eautoreconf +} + +src_configure() { + # mime-update causes file collisions if enabled + econf --disable-mime-update --disable-desktop-update \ + --docdir=/usr/share/doc/${PF} +} + +src_compile() { + emake AR="$(tc-getAR)" +} + +src_install() { + emake DESTDIR="${D}" install + docompress -x /usr/share/doc/${PF}/{KEYS,ChangeLog,TODO,BUGS} + dodoc AUTHORS data/doc/THANKS NEWS README +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} diff --git a/media-radio/xlog/xlog-2.0.12.ebuild b/media-radio/xlog/xlog-2.0.12.ebuild new file mode 100644 index 000000000000..80e4cc0bcf61 --- /dev/null +++ b/media-radio/xlog/xlog-2.0.12.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools eutils fdo-mime toolchain-funcs +MY_P=${P/_} + +DESCRIPTION="An amateur radio logging program" +HOMEPAGE="http://www.nongnu.org/xlog" +SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="media-libs/hamlib + dev-libs/glib:2 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "${FILESDIR}/${PN}-2.0.7-desktop.patch" + + # Let portage handle updating mime/desktop databases, + epatch "${FILESDIR}/${PN}-1.9-desktop-update.patch" + # Drop -Werror + sed -i -e "s:-Werror::" configure.in || die + eautoreconf +} + +src_configure() { + # mime-update causes file collisions if enabled + econf --disable-mime-update --disable-desktop-update \ + --docdir=/usr/share/doc/${PF} +} + +src_compile() { + emake AR="$(tc-getAR)" +} + +src_install() { + emake DESTDIR="${D}" install + docompress -x /usr/share/doc/${PF}/{KEYS,ChangeLog,TODO,BUGS} + dodoc AUTHORS data/doc/THANKS NEWS README +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} diff --git a/media-radio/xlog/xlog-2.0.13.ebuild b/media-radio/xlog/xlog-2.0.13.ebuild new file mode 100644 index 000000000000..b779b23c42ad --- /dev/null +++ b/media-radio/xlog/xlog-2.0.13.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools eutils fdo-mime toolchain-funcs +MY_P=${P/_} + +DESCRIPTION="An amateur radio logging program" +HOMEPAGE="http://www.nongnu.org/xlog" +SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="media-libs/hamlib + dev-libs/glib:2 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "${FILESDIR}/${PN}-2.0.7-desktop.patch" + + # Let portage handle updating mime/desktop databases, + epatch "${FILESDIR}/${PN}-2.0.13-desktop-update.patch" + # Drop -Werror + sed -i -e "s:-Werror::" configure.ac || die + eautoreconf +} + +src_configure() { + # mime-update causes file collisions if enabled + econf --disable-mime-update --disable-desktop-update \ + --docdir=/usr/share/doc/${PF} +} + +src_compile() { + emake AR="$(tc-getAR)" +} + +src_install() { + emake DESTDIR="${D}" install + docompress -x /usr/share/doc/${PF}/{KEYS,ChangeLog,TODO,BUGS} + dodoc AUTHORS data/doc/THANKS NEWS README +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} |