summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-02-11 11:05:05 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-02-11 11:05:05 +0000
commit08c388c0369ac28d3b0fe601c118ab2f91c281d0 (patch)
tree02a53e66195328027aa23f1ef2b8a0815fa31a36 /dev-util
parentVersion bump. (diff)
downloadgentoo-2-08c388c0369ac28d3b0fe601c118ab2f91c281d0.tar.gz
gentoo-2-08c388c0369ac28d3b0fe601c118ab2f91c281d0.tar.bz2
gentoo-2-08c388c0369ac28d3b0fe601c118ab2f91c281d0.zip
Version bump and cleanout - bug #81490
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/dialog/ChangeLog10
-rw-r--r--dev-util/dialog/Manifest5
-rw-r--r--dev-util/dialog/dialog-1.0.20050206.ebuild (renamed from dev-util/dialog/dialog-0.9_beta20031207.ebuild)25
-rw-r--r--dev-util/dialog/files/dialog-0.9_beta20031207-estonian-sed.patch164
-rw-r--r--dev-util/dialog/files/digest-dialog-0.9_beta200312071
-rw-r--r--dev-util/dialog/files/digest-dialog-1.0.200502061
6 files changed, 26 insertions, 180 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog
index b3dcc4a2c469..1541e3d80ff2 100644
--- a/dev-util/dialog/ChangeLog
+++ b/dev-util/dialog/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-util/dialog
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.47 2005/01/22 15:02:48 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.48 2005/02/11 11:05:05 dragonheart Exp $
+
+*dialog-1.0.20050206 (11 Feb 2005)
+
+ 11 Feb 2005; Daniel Black <dragonheart@gentoo.org>
+ -files/dialog-0.9_beta20031207-estonian-sed.patch,
+ -dialog-0.9_beta20031207.ebuild, +dialog-1.0.20050206.ebuild:
+ Version bump and cleanout - bug #81490. Thanks Sylvain BERTRAND
+ <sylvain.bertrand@gmail.com>
22 Jan 2005; <gongloo@gentoo.org> dialog-1.0.20040731.ebuild:
Stable on ppc-macos.
diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
index b484dc156d69..0da9aabac216 100644
--- a/dev-util/dialog/Manifest
+++ b/dev-util/dialog/Manifest
@@ -1,6 +1,5 @@
MD5 00e84fe8b53974395abe5fe698e79e09 ChangeLog 6926
-MD5 8b270a69e421361e6df1c60e6ae15027 dialog-0.9_beta20031207.ebuild 906
+MD5 1363d9482c89463d1b4c1d14e704cc7c dialog-1.0.20050206.ebuild 1029
MD5 514830267b8932ec3361e14533de640d dialog-1.0.20040731.ebuild 1016
-MD5 1e7641e23dea50b29f0312d4abd93eb8 files/dialog-0.9_beta20031207-estonian-sed.patch 6788
-MD5 c2ad549d2de7b0e019f59bee6e282145 files/digest-dialog-0.9_beta20031207 77
+MD5 0fb57e331af29543a80113129d8d6585 files/digest-dialog-1.0.20050206 76
MD5 feeb190a733e925f05a4bda9908b79e9 files/digest-dialog-1.0.20040731 76
diff --git a/dev-util/dialog/dialog-0.9_beta20031207.ebuild b/dev-util/dialog/dialog-1.0.20050206.ebuild
index 31f9ceba6c6b..4582fdf12ed0 100644
--- a/dev-util/dialog/dialog-0.9_beta20031207.ebuild
+++ b/dev-util/dialog/dialog-1.0.20050206.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.9_beta20031207.ebuild,v 1.13 2005/01/22 15:02:48 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.0.20050206.ebuild,v 1.1 2005/02/11 11:05:05 dragonheart Exp $
inherit eutils
-MY_PV="${PV/_beta/b-}"
+MY_PV="${PV/1.0./1.0-}"
S=${WORKDIR}/${PN}-${MY_PV}
DESCRIPTION="tool to display dialog boxes from a shell"
HOMEPAGE="http://hightek.org/dialog/"
@@ -12,24 +12,27 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${MY_PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm hppa amd64 ~ia64 ~ppc64 s390 ppc-macos"
-IUSE=""
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~ppc-macos"
+IUSE="unicode"
DEPEND=">=app-shells/bash-2.04-r3
>=sys-libs/ncurses-5.2-r5"
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-estonian-sed.patch
-}
-
src_compile() {
- econf --with-ncurses || die "configure failed"
+ #export LANG=C
+ use unicode && ncursesw="w"
+ econf "--with-ncurses${ncursesw}" || die "configure failed"
emake || die "build failed"
}
src_install() {
make install DESTDIR=${D} || die
dodoc CHANGES README VERSION
+
+ docinto samples
+ dodoc samples/*
+ docinto samples/install
+ dodoc samples/install/*
+ docinto samples/copifuncs
+ dodoc samples/copifuncs/*
}
diff --git a/dev-util/dialog/files/dialog-0.9_beta20031207-estonian-sed.patch b/dev-util/dialog/files/dialog-0.9_beta20031207-estonian-sed.patch
deleted file mode 100644
index bedf5b2b6712..000000000000
--- a/dev-util/dialog/files/dialog-0.9_beta20031207-estonian-sed.patch
+++ /dev/null
@@ -1,164 +0,0 @@
---- configure.orig 2003-11-26 16:31:43.000000000 -0800
-+++ configure 2004-01-16 21:06:22.000000000 -0800
-@@ -65,7 +65,7 @@
- fi
-
- case "$ac_option" in
-- -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
-+ -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_[:alnum:]]*=//'` ;;
- *) ac_optarg= ;;
- esac
-
-@@ -99,7 +99,7 @@
- -disable-* | --disable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
- # Reject names that are not valid shell variable names.
-- if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
-+ if test -n "`echo $ac_feature| sed 's/[-[:alnum:]_]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
-@@ -108,7 +108,7 @@
- -enable-* | --enable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
- # Reject names that are not valid shell variable names.
-- if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
-+ if test -n "`echo $ac_feature| sed 's/[-_[:alnum:]]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
-@@ -359,7 +359,7 @@
- -with-* | --with-*)
- ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
- # Reject names that are not valid shell variable names.
-- if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
-+ if test -n "`echo $ac_package| sed 's/[-_[:alnum:]]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
- ac_package=`echo $ac_package| sed 's/-/_/g'`
-@@ -372,7 +372,7 @@
- -without-* | --without-*)
- ac_package=`echo $ac_option|sed -e 's/-*without-//'`
- # Reject names that are not valid shell variable names.
-- if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
-+ if test -n "`echo $ac_package| sed 's/[-[:alnum:]_]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
- ac_package=`echo $ac_package| sed 's/-/_/g'`
-@@ -400,7 +400,7 @@
- ;;
-
- *)
-- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
-+ if test -n "`echo $ac_option| sed 's/[-[:lower:][:digit:].]//g'`"; then
- echo "configure: warning: $ac_option: invalid host type" 1>&2
- fi
- if test "x$nonopt" != xNONE; then
-@@ -571,7 +571,7 @@
- .)
- { echo "configure: error: missing patch-date $VERSION_PATCH" 1>&2; exit 1; }
- ;;
-- .[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9])
-+ .[[:digit:]][[:digit:]][[:digit:]][[:digit:]][[:digit:]][[:digit:]][[:digit:]][[:digit:]])
- ;;
- *)
- { echo "configure: error: illegal patch-date $VERSION_PATCH" 1>&2; exit 1; }
-@@ -1809,7 +1809,7 @@
- if test "$GCC" = yes ; then
- echo $ac_n "checking version of $CC""... $ac_c" 1>&6
- echo "configure:1812: checking version of $CC" >&5
-- GCC_VERSION="`${CC} --version|sed -e '2,$d' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
-+ GCC_VERSION="`${CC} --version|sed -e '2,$d' -e 's/^[^[:digit:].]*//' -e 's/[^[:digit:].].*//'`"
- test -z "$GCC_VERSION" && GCC_VERSION=unknown
- echo "$ac_t""$GCC_VERSION" 1>&6
- fi
-@@ -2104,7 +2104,7 @@
- #endif
- EOF
- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-- egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
-+ egrep "(^|[^[:alpha:]_[:digit:]])off_t[^[:alpha:]_[:digit:]]" >/dev/null 2>&1; then
- rm -rf conftest*
- ac_cv_type_off_t=yes
- else
-@@ -2137,7 +2137,7 @@
- #endif
- EOF
- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-- egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
-+ egrep "(^|[^[:alpha:]_[:digit:]])size_t[^[:alpha:]_[:digit:]]" >/dev/null 2>&1; then
- rm -rf conftest*
- ac_cv_type_size_t=yes
- else
-@@ -3526,10 +3526,10 @@
- else
- echo $ac_n "checking version of bison""... $ac_c" 1>&6
- echo "configure:3529: checking version of bison" >&5
-- ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
-+ ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([[:digit:]]*\.[[:digit:].]*\).*$/\1/p'`
- case $ac_prog_version in
- '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
-- 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
-+ 1.2[6-9]* | 1.[3-9][[:digit:]]* | [2-9].*)
- ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
- *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
- esac
-@@ -3843,7 +3843,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- ac_tr_lib=HAVE_LIB`echo dbmalloc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
-+ ac_tr_lib=HAVE_LIB`echo dbmalloc | sed -e 's/[^[:alnum:]_]/_/g' \
- -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
- cat >> confdefs.h <<EOF
- #define $ac_tr_lib 1
-@@ -3906,7 +3906,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- ac_tr_lib=HAVE_LIB`echo dmalloc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
-+ ac_tr_lib=HAVE_LIB`echo dmalloc | sed -e 's/[^[:alnum:]_]/_/g' \
- -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
- cat >> confdefs.h <<EOF
- #define $ac_tr_lib 1
-@@ -3957,7 +3957,7 @@
- ;;
- ..|./*|.\\*) #(vi
- ;;
--.[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
-+.[[:alpha:]]:[\\/]*) #(vi OS/2 EMX
- ;;
- .\${*prefix}*) #(vi
- eval with_libtool="$with_libtool"
-@@ -4034,7 +4034,7 @@
- # Save the version in a cache variable - this is not entirely a good
- # thing, but the version string from libtool is very ugly, and for
- # bug reports it might be useful to have the original string.
-- cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '2,$d' -e 's/^[^1-9]*//' -e 's/[^0-9.].*//'`
-+ cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '2,$d' -e 's/^[^1-9]*//' -e 's/[^[:digit:].].*//'`
- echo "$ac_t""$cf_cv_libtool_version" 1>&6
- if test -z "$cf_cv_libtool_version" ; then
- { echo "configure: error: This is not libtool" 1>&2; exit 1; }
-@@ -4167,7 +4167,7 @@
- ;;
- ..|./*|.\\*) #(vi
- ;;
--.[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
-+.[[:alpha:]]:[\\/]*) #(vi OS/2 EMX
- ;;
- .\${*prefix}*) #(vi
- eval withval="$withval"
-@@ -6748,11 +6748,11 @@
- # turns \\\\ into \\, and sed turns \\ into \).
- sed -n \
- -e "s/'/'\\\\''/g" \
-- -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
-+ -e "s/^\\([[:alnum:]_]*_cv_[[:alnum:]_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
- ;;
- *)
- # `set' quotes correctly as required by POSIX, so do not add quotes.
-- sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
-+ sed -n -e 's/^\([[:alnum:]_]*_cv_[[:alnum:]_]*\)=\(.*\)/\1=${\1=\2}/p'
- ;;
- esac >> confcache
- if cmp -s $cache_file confcache; then
diff --git a/dev-util/dialog/files/digest-dialog-0.9_beta20031207 b/dev-util/dialog/files/digest-dialog-0.9_beta20031207
deleted file mode 100644
index 946df9890211..000000000000
--- a/dev-util/dialog/files/digest-dialog-0.9_beta20031207
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3de205f1279e8e77ecc6c62df4b09e30 dialog_0.9b-20031207.orig.tar.gz 248869
diff --git a/dev-util/dialog/files/digest-dialog-1.0.20050206 b/dev-util/dialog/files/digest-dialog-1.0.20050206
new file mode 100644
index 000000000000..8a98719a133c
--- /dev/null
+++ b/dev-util/dialog/files/digest-dialog-1.0.20050206
@@ -0,0 +1 @@
+MD5 50f51f34e4ab36b9ce56dce98ea83afc dialog_1.0-20050206.orig.tar.gz 299742