summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-01-03 03:05:01 +0000
committerSteve Dibb <beandog@gentoo.org>2007-01-03 03:05:01 +0000
commit3e501ddda074f2acc5396a19b8e9ac249bf33c45 (patch)
tree4ac0681814468d67486bec179c2090d7a0768bb5 /x11-misc/xdialog
parentFix permissions, bug #124282. (diff)
downloadgentoo-2-3e501ddda074f2acc5396a19b8e9ac249bf33c45.tar.gz
gentoo-2-3e501ddda074f2acc5396a19b8e9ac249bf33c45.tar.bz2
gentoo-2-3e501ddda074f2acc5396a19b8e9ac249bf33c45.zip
amd64 stable, bug 158085
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-misc/xdialog')
-rw-r--r--x11-misc/xdialog/ChangeLog8
-rw-r--r--x11-misc/xdialog/files/digest-xdialog-2.1.12
-rw-r--r--x11-misc/xdialog/xdialog-2.1.1.ebuild8
-rw-r--r--x11-misc/xdialog/xdialog-2.2.1-r1.ebuild6
4 files changed, 15 insertions, 9 deletions
diff --git a/x11-misc/xdialog/ChangeLog b/x11-misc/xdialog/ChangeLog
index 49ee042daa53..9305933f1800 100644
--- a/x11-misc/xdialog/ChangeLog
+++ b/x11-misc/xdialog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xdialog
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.15 2006/10/28 07:49:08 omp Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.16 2007/01/03 03:05:00 beandog Exp $
+
+ 03 Jan 2007; Steve Dibb <beandog@gentoo.org> xdialog-2.1.1.ebuild,
+ xdialog-2.2.1-r1.ebuild:
+ amd64 stable, bug 158085
28 Oct 2006; David Shakaryan <omp@gentoo.org> -xdialog-2.2.1.ebuild:
Remove older version.
diff --git a/x11-misc/xdialog/files/digest-xdialog-2.1.1 b/x11-misc/xdialog/files/digest-xdialog-2.1.1
index d6c130994b1e..6763b6a0511d 100644
--- a/x11-misc/xdialog/files/digest-xdialog-2.1.1
+++ b/x11-misc/xdialog/files/digest-xdialog-2.1.1
@@ -1 +1,3 @@
MD5 379cd3983a22d98d4436e8d4f16a56e1 Xdialog-2.1.1.tar.bz2 439548
+RMD160 1e2b58e5ecc7086a2206ced437c737285a72579a Xdialog-2.1.1.tar.bz2 439548
+SHA256 80aba6092f3373b9b7663acf0bf46dd436c57bfe8cfa92b9f664ae89e8b84fad Xdialog-2.1.1.tar.bz2 439548
diff --git a/x11-misc/xdialog/xdialog-2.1.1.ebuild b/x11-misc/xdialog/xdialog-2.1.1.ebuild
index 30a8048b2f4c..2d61f700d0e0 100644
--- a/x11-misc/xdialog/xdialog-2.1.1.ebuild
+++ b/x11-misc/xdialog/xdialog-2.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.1.1.ebuild,v 1.8 2006/03/16 22:26:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.1.1.ebuild,v 1.9 2007/01/03 03:05:00 beandog Exp $
DESCRIPTION="drop-in replacement for cdialog using GTK"
HOMEPAGE="http://xdialog.dyns.net/"
@@ -8,7 +8,7 @@ SRC_URI="http://freshmeat.net/redir/xdialog/11876/url_bz2/Xdialog-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc x86"
+KEYWORDS="amd64 ~hppa ppc x86"
IUSE="nls"
DEPEND="=x11-libs/gtk+-1.2*
@@ -24,6 +24,6 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
rm -rf "${D}/usr/share/doc"
- dodoc ChangeLog AUTHORS README* TODO
+ dodoc ChangeLog AUTHORS README*
dohtml -r doc/
}
diff --git a/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild b/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild
index a0deab83fa1c..5e204896697f 100644
--- a/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild
+++ b/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild,v 1.1 2006/07/01 19:51:37 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild,v 1.2 2007/01/03 03:05:00 beandog Exp $
DESCRIPTION="drop-in replacement for cdialog using GTK"
HOMEPAGE="http://xdialog.dyns.net/"
@@ -8,7 +8,7 @@ SRC_URI="http://thgodef.nerim.net/xdialog/Xdialog-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
IUSE="nls"
DEPEND=">=x11-libs/gtk+-2.2