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 | 724d67b46019ea6128394555f440489b20938c63 (patch) | |
tree | e994a382713a3390d6167e624e88c2f7aaa236cb /x11-misc | |
parent | New version, integrates all the before hardmasked changes from 1.3.3-r1 (Mani... (diff) | |
download | gentoo-2-724d67b46019ea6128394555f440489b20938c63.tar.gz gentoo-2-724d67b46019ea6128394555f440489b20938c63.tar.bz2 gentoo-2-724d67b46019ea6128394555f440489b20938c63.zip |
clean older ebuild
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xdialog/ChangeLog | 5 | ||||
-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 |
3 files changed, 4 insertions, 33 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/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 . -} |