diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-02-22 15:56:19 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-02-22 15:56:19 +0000 |
commit | 64844f794152adf7fa2c4629f3f7efe1e672375f (patch) | |
tree | 95cf8bd11ebdd07a15daad5e06cdd8ec075ca2bc /x11-misc/xdialog | |
parent | x86 stable wrt #257854 (diff) | |
download | gentoo-2-64844f794152adf7fa2c4629f3f7efe1e672375f.tar.gz gentoo-2-64844f794152adf7fa2c4629f3f7efe1e672375f.tar.bz2 gentoo-2-64844f794152adf7fa2c4629f3f7efe1e672375f.zip |
Remove old version.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xdialog')
-rw-r--r-- | x11-misc/xdialog/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xdialog/xdialog-2.2.1-r1.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/x11-misc/xdialog/ChangeLog b/x11-misc/xdialog/ChangeLog index 4eeac9babcf4..3ce14830aa42 100644 --- a/x11-misc/xdialog/ChangeLog +++ b/x11-misc/xdialog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xdialog # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.27 2009/02/15 13:48:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.28 2009/02/22 15:56:19 nelchael Exp $ + + 22 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> + -xdialog-2.2.1-r1.ebuild: + Remove old version. 15 Feb 2009; Brent Baude <ranger@gentoo.org> xdialog-2.3.1.ebuild: stable ppc, bug 258579 diff --git a/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild b/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild deleted file mode 100644 index 1ede10b00a7f..000000000000 --- a/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 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.8 2008/01/07 04:10:11 omp Exp $ - -DESCRIPTION="drop-in replacement for cdialog using GTK" -HOMEPAGE="http://xdialog.dyns.net/" -SRC_URI="http://thgodef.nerim.net/xdialog/Xdialog-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ppc x86" -IUSE="nls" - -RDEPEND=">=x11-libs/gtk+-2.2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( >=sys-devel/gettext-0.10.38 )" - -S="${WORKDIR}/${P/x/X}" - -src_compile() { - econf $(use_enable nls) --with-gtk2 || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - rm -rf "${D}/usr/share/doc" - dodoc ChangeLog AUTHORS README - dohtml -r doc/ -} |