summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-06-01 04:41:55 +0000
committerJeroen Roovers <jer@gentoo.org>2015-06-01 04:41:55 +0000
commit99da43045927271af932ce846ee24f8c71ad055c (patch)
treea3e56cd6d2dbad54c63f41cc75d1f6257af8d93f /dev-util/dialog
parentRequire texinfo-5 for 9999 ebuilds #549946 by Alexander Stein. (diff)
downloadgentoo-2-99da43045927271af932ce846ee24f8c71ad055c.tar.gz
gentoo-2-99da43045927271af932ce846ee24f8c71ad055c.tar.bz2
gentoo-2-99da43045927271af932ce846ee24f8c71ad055c.zip
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/dialog')
-rw-r--r--dev-util/dialog/ChangeLog9
-rw-r--r--dev-util/dialog/dialog-1.2.20140219.ebuild51
-rw-r--r--dev-util/dialog/dialog-1.2.20140911.ebuild51
-rw-r--r--dev-util/dialog/dialog-1.2.20150528.ebuild (renamed from dev-util/dialog/dialog-1.2.20150125.ebuild)2
4 files changed, 9 insertions, 104 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog
index 31bb20ac2b64..e51dfd315841 100644
--- a/dev-util/dialog/ChangeLog
+++ b/dev-util/dialog/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/dialog
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.233 2015/05/27 12:23:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.234 2015/06/01 04:41:55 jer Exp $
+
+*dialog-1.2.20150528 (01 Jun 2015)
+
+ 01 Jun 2015; Jeroen Roovers <jer@gentoo.org> -dialog-1.2.20140219.ebuild,
+ -dialog-1.2.20140911.ebuild, -dialog-1.2.20150125.ebuild,
+ +dialog-1.2.20150528.ebuild:
+ Version bump.
27 May 2015; Mikle Kolyada <zlogene@gentoo.org> dialog-1.2.20150225.ebuild:
arm stable wrt bug #547766
diff --git a/dev-util/dialog/dialog-1.2.20140219.ebuild b/dev-util/dialog/dialog-1.2.20140219.ebuild
deleted file mode 100644
index 033788a21270..000000000000
--- a/dev-util/dialog/dialog-1.2.20140219.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140219.ebuild,v 1.12 2014/10/11 07:09:31 jer Exp $
-
-EAPI=5
-inherit eutils multilib versionator
-
-MY_PV="$(get_version_component_range 1-2)-$(get_version_component_range 3)"
-S=${WORKDIR}/${PN}-${MY_PV}
-DESCRIPTION="tool to display dialog boxes from a shell"
-HOMEPAGE="http://invisible-island.net/dialog/dialog.html"
-SRC_URI="ftp://invisible-island.net/${PN}/${PN}-${MY_PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="examples minimal nls static-libs unicode"
-
-RDEPEND="
- >=sys-libs/ncurses-5.2-r5[unicode?]
-"
-DEPEND="
- ${RDEPEND}
- nls? ( sys-devel/gettext )
- !minimal? ( sys-devel/libtool )
- !<=sys-freebsd/freebsd-contrib-8.9999
-"
-
-src_prepare() {
- sed -i -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' configure || die
- sed -i '/$(LIBTOOL_COMPILE)/s:$: $(LIBTOOL_OPTS):' makefile.in || die
-}
-
-src_configure() {
- econf \
- --disable-rpath-hack \
- $(use_enable nls) \
- $(use_with !minimal libtool) \
- --with-libtool-opts=$(usex static-libs '' '-shared') \
- --with-ncurses$(usex unicode w '')
-}
-
-src_install() {
- use minimal && default || emake DESTDIR="${D}" install-full
-
- use examples && dodoc -r samples
-
- dodoc CHANGES README
-
- prune_libtool_files
-}
diff --git a/dev-util/dialog/dialog-1.2.20140911.ebuild b/dev-util/dialog/dialog-1.2.20140911.ebuild
deleted file mode 100644
index f52e4438f531..000000000000
--- a/dev-util/dialog/dialog-1.2.20140911.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v 1.10 2014/12/06 16:41:59 ago Exp $
-
-EAPI=5
-inherit eutils multilib versionator
-
-MY_PV="$(get_version_component_range 1-2)-$(get_version_component_range 3)"
-S=${WORKDIR}/${PN}-${MY_PV}
-DESCRIPTION="tool to display dialog boxes from a shell"
-HOMEPAGE="http://invisible-island.net/dialog/dialog.html"
-SRC_URI="ftp://invisible-island.net/${PN}/${PN}-${MY_PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="examples minimal nls static-libs unicode"
-
-RDEPEND="
- >=sys-libs/ncurses-5.2-r5[unicode?]
-"
-DEPEND="
- ${RDEPEND}
- nls? ( sys-devel/gettext )
- !minimal? ( sys-devel/libtool )
- !<=sys-freebsd/freebsd-contrib-8.9999
-"
-
-src_prepare() {
- sed -i -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' configure || die
- sed -i '/$(LIBTOOL_COMPILE)/s:$: $(LIBTOOL_OPTS):' makefile.in || die
-}
-
-src_configure() {
- econf \
- --disable-rpath-hack \
- $(use_enable nls) \
- $(use_with !minimal libtool) \
- --with-libtool-opts=$(usex static-libs '' '-shared') \
- --with-ncurses$(usex unicode w '')
-}
-
-src_install() {
- use minimal && default || emake DESTDIR="${D}" install-full
-
- use examples && dodoc -r samples
-
- dodoc CHANGES README
-
- prune_libtool_files
-}
diff --git a/dev-util/dialog/dialog-1.2.20150125.ebuild b/dev-util/dialog/dialog-1.2.20150528.ebuild
index 5516581ab604..a3f6defe4215 100644
--- a/dev-util/dialog/dialog-1.2.20150125.ebuild
+++ b/dev-util/dialog/dialog-1.2.20150528.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20150125.ebuild,v 1.1 2015/01/28 08:48:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20150528.ebuild,v 1.1 2015/06/01 04:41:55 jer Exp $
EAPI=5
inherit eutils multilib versionator