summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2014-07-24 17:54:55 +0000
committerHanno Böck <hanno@gentoo.org>2014-07-24 17:54:55 +0000
commit3653bee719e07582d4160b0e3a0f155dbd2b75f0 (patch)
tree3da9e8e55e92b44d4c8599b528ceeba9aec150f3 /app-office
parentMark stable for arm64/m68k/s390/sh. (diff)
downloadgentoo-2-3653bee719e07582d4160b0e3a0f155dbd2b75f0.tar.gz
gentoo-2-3653bee719e07582d4160b0e3a0f155dbd2b75f0.tar.bz2
gentoo-2-3653bee719e07582d4160b0e3a0f155dbd2b75f0.zip
geierlein bump, remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/geierlein/ChangeLog11
-rw-r--r--app-office/geierlein/geierlein-0.4.1.ebuild30
-rw-r--r--app-office/geierlein/geierlein-0.4.2.ebuild30
-rw-r--r--app-office/geierlein/geierlein-0.5.1.ebuild30
-rw-r--r--app-office/geierlein/geierlein-0.6.2.ebuild (renamed from app-office/geierlein/geierlein-0.6.0.ebuild)4
5 files changed, 11 insertions, 94 deletions
diff --git a/app-office/geierlein/ChangeLog b/app-office/geierlein/ChangeLog
index 95c4d5fd0d4e..d44f6804d8ed 100644
--- a/app-office/geierlein/ChangeLog
+++ b/app-office/geierlein/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-office/geierlein
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/geierlein/ChangeLog,v 1.7 2013/11/03 22:02:06 hanno Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/geierlein/ChangeLog,v 1.8 2014/07/24 17:54:55 hanno Exp $
+
+*geierlein-0.6.2 (24 Jul 2014)
+
+ 24 Jul 2014; Hanno Boeck <hanno@gentoo.org> -geierlein-0.4.1.ebuild,
+ -geierlein-0.4.2.ebuild, -geierlein-0.5.1.ebuild, -geierlein-0.6.0.ebuild,
+ +geierlein-0.6.2.ebuild:
+ Bump, remove old.
*geierlein-0.6.1 (03 Nov 2013)
diff --git a/app-office/geierlein/geierlein-0.4.1.ebuild b/app-office/geierlein/geierlein-0.4.1.ebuild
deleted file mode 100644
index d7595af7e5d1..000000000000
--- a/app-office/geierlein/geierlein-0.4.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/geierlein/geierlein-0.4.1.ebuild,v 1.1 2012/12/18 22:15:30 hanno Exp $
-
-EAPI=4
-
-DESCRIPTION="Submit tax forms (Umsatzsteuervoranmeldung) to the german digital tax project ELSTER."
-HOMEPAGE="http://stesie.github.com/geierlein/"
-SRC_URI="https://github.com/stesie/geierlein/archive/V0.4.1.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-RDEPEND="www-client/firefox"
-DEPEND=""
-
-# needs nodejs and a couple of modules we don't have packaged
-RESTRICT="test"
-
-src_compile() {
- emake prefix=/usr
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- prefix=/usr \
- install || die
- dodoc README.md
-}
diff --git a/app-office/geierlein/geierlein-0.4.2.ebuild b/app-office/geierlein/geierlein-0.4.2.ebuild
deleted file mode 100644
index d453ec935d8a..000000000000
--- a/app-office/geierlein/geierlein-0.4.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/geierlein/geierlein-0.4.2.ebuild,v 1.1 2013/01/13 23:15:29 hanno Exp $
-
-EAPI=5
-
-DESCRIPTION="Submit tax forms (Umsatzsteuervoranmeldung) to the german digital tax project ELSTER."
-HOMEPAGE="http://stesie.github.com/geierlein/"
-SRC_URI="https://github.com/stesie/geierlein/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-RDEPEND="www-client/firefox"
-DEPEND=""
-
-# needs nodejs and a couple of modules we don't have packaged
-RESTRICT="test"
-
-src_compile() {
- emake prefix=/usr
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- prefix=/usr \
- install || die
- dodoc README.md
-}
diff --git a/app-office/geierlein/geierlein-0.5.1.ebuild b/app-office/geierlein/geierlein-0.5.1.ebuild
deleted file mode 100644
index 015cb88fa249..000000000000
--- a/app-office/geierlein/geierlein-0.5.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/geierlein/geierlein-0.5.1.ebuild,v 1.1 2013/07/02 21:03:28 hanno Exp $
-
-EAPI=5
-
-DESCRIPTION="Submit tax forms (Umsatzsteuervoranmeldung) to the german digital tax project ELSTER."
-HOMEPAGE="http://stesie.github.com/geierlein/"
-SRC_URI="https://github.com/stesie/geierlein/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-RDEPEND="www-client/firefox"
-DEPEND=""
-
-# needs nodejs and a couple of modules we don't have packaged
-RESTRICT="test"
-
-src_compile() {
- emake prefix=/usr
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- prefix=/usr \
- install || die
- dodoc README.md
-}
diff --git a/app-office/geierlein/geierlein-0.6.0.ebuild b/app-office/geierlein/geierlein-0.6.2.ebuild
index 7e94d5dd7e72..ca142425bc48 100644
--- a/app-office/geierlein/geierlein-0.6.0.ebuild
+++ b/app-office/geierlein/geierlein-0.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/geierlein/geierlein-0.6.0.ebuild,v 1.1 2013/09/29 19:29:45 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/geierlein/geierlein-0.6.2.ebuild,v 1.1 2014/07/24 17:54:55 hanno Exp $
EAPI=5