summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-05-14 15:22:55 +0000
committerJeroen Roovers <jer@gentoo.org>2014-05-14 15:22:55 +0000
commit2981581cae8096a0e7af614a2cce700395746e47 (patch)
treeceb8ffb624e7d1b9b02043a58c8ea447656defb7 /dev-util/dialog
parentOld. (diff)
downloadgentoo-2-2981581cae8096a0e7af614a2cce700395746e47.tar.gz
gentoo-2-2981581cae8096a0e7af614a2cce700395746e47.tar.bz2
gentoo-2-2981581cae8096a0e7af614a2cce700395746e47.zip
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/dialog')
-rw-r--r--dev-util/dialog/ChangeLog6
-rw-r--r--dev-util/dialog/dialog-1.2.20130928.ebuild57
-rw-r--r--dev-util/dialog/dialog-1.2.20140112.ebuild57
3 files changed, 5 insertions, 115 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog
index b42e2e516e99..b2b5589ac2b5 100644
--- a/dev-util/dialog/ChangeLog
+++ b/dev-util/dialog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/dialog
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.209 2014/05/14 14:24:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.210 2014/05/14 15:22:55 jer Exp $
+
+ 14 May 2014; Jeroen Roovers <jer@gentoo.org> -dialog-1.2.20130928.ebuild,
+ -dialog-1.2.20140112.ebuild:
+ Old.
14 May 2014; Agostino Sarubbo <ago@gentoo.org> dialog-1.2.20140219.ebuild:
Stable for sparc, wrt bug #506096
diff --git a/dev-util/dialog/dialog-1.2.20130928.ebuild b/dev-util/dialog/dialog-1.2.20130928.ebuild
deleted file mode 100644
index 601c62bff337..000000000000
--- a/dev-util/dialog/dialog-1.2.20130928.ebuild
+++ /dev/null
@@ -1,57 +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.20130928.ebuild,v 1.10 2014/03/19 15:16:08 ago Exp $
-
-EAPI="4"
-
-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 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? ( sys-libs/ncurses[unicode] )
-"
-DEPEND="
- ${RDEPEND}
- nls? ( sys-devel/gettext )
- !minimal? ( sys-devel/libtool )
- !<=sys-freebsd/freebsd-contrib-8.9999
-"
-
-src_prepare() {
- sed -i configure -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' || 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() {
- if use minimal; then
- default
- else
- emake DESTDIR="${D}" install-full
- fi
-
- dodoc CHANGES README
-
- use examples && dodoc -r samples
-
- use static-libs || prune_libtool_files
-}
diff --git a/dev-util/dialog/dialog-1.2.20140112.ebuild b/dev-util/dialog/dialog-1.2.20140112.ebuild
deleted file mode 100644
index 6e97d530b73c..000000000000
--- a/dev-util/dialog/dialog-1.2.20140112.ebuild
+++ /dev/null
@@ -1,57 +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.20140112.ebuild,v 1.1 2014/01/19 17:42:45 jer Exp $
-
-EAPI="4"
-
-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 ~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? ( sys-libs/ncurses[unicode] )
-"
-DEPEND="
- ${RDEPEND}
- nls? ( sys-devel/gettext )
- !minimal? ( sys-devel/libtool )
- !<=sys-freebsd/freebsd-contrib-8.9999
-"
-
-src_prepare() {
- sed -i configure -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' || 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() {
- if use minimal; then
- default
- else
- emake DESTDIR="${D}" install-full
- fi
-
- dodoc CHANGES README
-
- use examples && dodoc -r samples
-
- use static-libs || prune_libtool_files
-}