diff --git a/x11-misc/ldtp/Manifest b/x11-misc/ldtp/Manifest deleted file mode 100644 index 97e986a..0000000 --- a/x11-misc/ldtp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ldtp-1.3.0.tar.gz 407838 RMD160 eb69558b7dd5c952e1b2a6ec425c50c1b4b523d6 SHA1 79fc58da8c728843c5adf68784e641a81a7c2582 SHA256 48c86e405c36ca2a2ee76c7225ad192be929dfd3e2b59d39de226af7577a5876 -EBUILD ldtp-1.3.0.ebuild 1038 RMD160 99ef3e80b3b29dd844bb7b9b34ad7b2eda522597 SHA1 c621f25b2ceb189dc3eb7d15cc65e1b04364061d SHA256 72859f64c42db4c34874305f7eeceb09b33f572a4095ba2cf8c1d78b2cee4dfd diff --git a/x11-misc/ldtp/ldtp-1.3.0.ebuild b/x11-misc/ldtp/ldtp-1.3.0.ebuild deleted file mode 100644 index 14488c4..0000000 --- a/x11-misc/ldtp/ldtp-1.3.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -# For bugs/comments/suggestion -# Navtej Singh (n.s.buttar@gmail.com) - - -DESCRIPTION="A high quality test automation framework for desktop applications." -HOMEPAGE="http://ldtp.freedesktop.org" -#http://download.freedesktop.org/ldtp/1.x/1.3.x/ldtp-1.3.0.tar.gz -SRC_URI="http://download.freedesktop.org/${PN}/1.x/1.3.x/${P}.tar.gz" - -LICENSE="LGPL" -SLOT="0" -KEYWORDS="~ia64 ~x86" -IUSE="localization goptionparse newroles" -DEPEND="gnome-extra/at-spi - >=dev-libs/glib-2.2.0 - gnome-extra/libgail-gnome - gnome-base/gail - dev-lang/python - localization? ( sys-devel/gettext ) - dev-libs/libxml2" -RDEPEND="${DEPEND}" - - -src_compile() -{ - econf \ - $(use_enable localization) \ - $(use_enable goptionparse) \ - $(use_enable newroles) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() -{ - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS COPYING NEWS README TODO -}