summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-01-14 15:02:38 +0000
committerMike Gardiner <obz@gentoo.org>2004-01-14 15:02:38 +0000
commit111371b1df18df400c152a5671d627a742a6137e (patch)
treeeacd75b63d5ef743e7300f316039240383434589 /gnome-extra/at-spi/at-spi-1.3.7.ebuild
parentFixing some typos (diff)
downloadhistorical-111371b1df18df400c152a5671d627a742a6137e.tar.gz
historical-111371b1df18df400c152a5671d627a742a6137e.tar.bz2
historical-111371b1df18df400c152a5671d627a742a6137e.zip
Stable on x86 as part of GNOME-2.4.1
Diffstat (limited to 'gnome-extra/at-spi/at-spi-1.3.7.ebuild')
-rw-r--r--gnome-extra/at-spi/at-spi-1.3.7.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/gnome-extra/at-spi/at-spi-1.3.7.ebuild b/gnome-extra/at-spi/at-spi-1.3.7.ebuild
deleted file mode 100644
index f0c4032e02eb..000000000000
--- a/gnome-extra/at-spi/at-spi-1.3.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.3.7.ebuild,v 1.2 2003/10/17 22:06:05 leonardop Exp $
-
-IUSE="doc"
-
-inherit gnome2
-
-DESCRIPTION="This is the Gnome Accessibility Toolkit"
-HOMEPAGE="http://www.gnome.org/"
-
-IUSE=""
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 ~ppc ~alpha ~amd64"
-
-RDEPEND=">=gnome-base/gail-1.3
- >=gnome-base/libbonobo-2.0.0
- >=dev-libs/atk-1.4
- >=x11-libs/gtk+-2
- >=dev-libs/popt-1.6.3
- >=gnome-base/ORBit2-2
- virtual/x11"
-# virtual/x11 for libXtst libXi libXkb
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- doc? ( dev-util/gtk-doc )"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
-
-src_unpack() {
- unpack ${A}
- #epatch ${FILESDIR}/${P}-lspi.patch
-}