diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-09 06:39:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-09 06:39:47 +0000 |
commit | d6e885cf96cf0e3d0208b135f97e4de1f810ac06 (patch) | |
tree | 9d562e383d6541408d545f262fb6b41204cf861a /x11-misc/xdialog | |
parent | New version, integrates all the before hardmasked changes from 1.3.3-r1 (diff) | |
download | historical-d6e885cf96cf0e3d0208b135f97e4de1f810ac06.tar.gz historical-d6e885cf96cf0e3d0208b135f97e4de1f810ac06.tar.bz2 historical-d6e885cf96cf0e3d0208b135f97e4de1f810ac06.zip |
clean older ebuild
Diffstat (limited to 'x11-misc/xdialog')
-rw-r--r-- | x11-misc/xdialog/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xdialog/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xdialog/files/digest-xdialog-2.0.6 | 1 | ||||
-rw-r--r-- | x11-misc/xdialog/xdialog-2.0.6.ebuild | 31 |
4 files changed, 5 insertions, 36 deletions
diff --git a/x11-misc/xdialog/ChangeLog b/x11-misc/xdialog/ChangeLog index a7163e776adc..e6d723264606 100644 --- a/x11-misc/xdialog/ChangeLog +++ b/x11-misc/xdialog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xdialog # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.7 2004/09/07 16:25:59 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.8 2004/09/09 06:39:47 mr_bones_ Exp $ + + 08 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> -xdialog-2.0.6.ebuild: + clean older ebuild 07 Sep 2004; <blubb@gentoo.org> xdialog-2.1.1.ebuild: added ~amd64 keyword diff --git a/x11-misc/xdialog/Manifest b/x11-misc/xdialog/Manifest index a286b0cef102..553bec03877c 100644 --- a/x11-misc/xdialog/Manifest +++ b/x11-misc/xdialog/Manifest @@ -1,5 +1,3 @@ -MD5 a6c978da79fe0f0f723da797e6db86ee ChangeLog 995 -MD5 99548fb25698f89ec41a09e993af4bf1 xdialog-2.0.6.ebuild 726 +MD5 0eb830cee93b3ade686ecd61b9cb269f ChangeLog 1099 MD5 f04624e7aead73c323c091a85a2ff577 xdialog-2.1.1.ebuild 745 -MD5 17946a839cc5b366cd7e17738e9af5fd files/digest-xdialog-2.0.6 70 MD5 d2d74da1ddf6cadf262ea4608ebcbbde files/digest-xdialog-2.1.1 66 diff --git a/x11-misc/xdialog/files/digest-xdialog-2.0.6 b/x11-misc/xdialog/files/digest-xdialog-2.0.6 deleted file mode 100644 index 5db62e51496f..000000000000 --- a/x11-misc/xdialog/files/digest-xdialog-2.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 c8b5740167eac2ec91c484283fd8ad97 xdialog_2.0.6.orig.tar.gz 444047 diff --git a/x11-misc/xdialog/xdialog-2.0.6.ebuild b/x11-misc/xdialog/xdialog-2.0.6.ebuild deleted file mode 100644 index 83f645baf28b..000000000000 --- a/x11-misc/xdialog/xdialog-2.0.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.0.6.ebuild,v 1.6 2004/06/24 22:39:46 agriffis Exp $ - -S=${WORKDIR}/${P/x/X} -DESCRIPTION="drop-in replacement for cdialog using GTK" -HOMEPAGE="http://xdialog.dyns.net/" -SRC_URI="mirror://debian/pool/main/x/xdialog/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="nls" - -DEPEND="virtual/x11 - =x11-libs/gtk+-1.2* - nls? ( >=sys-devel/gettext-0.10.38 )" - -src_compile() { - econf `use_enable nls` || die - emake || die -} - -src_install() { - einstall || die - - dodoc ChangeLog AUTHORS COPYING INSTALL README* TODO ABOUT-NLS - - cd doc - dohtml -r . -} |