diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-23 23:32:43 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-23 23:32:43 +0000 |
commit | 471ada86fa8030cd64dc3aa5ba54123a52d2ee31 (patch) | |
tree | 860d7efb0b430502e9821ef6f37293851a631b18 /gnome-extra/at-spi | |
parent | removed stale version, eclassified and made it repoman compliant (diff) | |
download | historical-471ada86fa8030cd64dc3aa5ba54123a52d2ee31.tar.gz historical-471ada86fa8030cd64dc3aa5ba54123a52d2ee31.tar.bz2 historical-471ada86fa8030cd64dc3aa5ba54123a52d2ee31.zip |
KEYWORDS added
Diffstat (limited to 'gnome-extra/at-spi')
-rw-r--r-- | gnome-extra/at-spi/at-spi-0.12.1-r1.ebuild | 49 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-0.12.1.ebuild | 46 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.0.1.ebuild | 3 | ||||
-rw-r--r-- | gnome-extra/at-spi/files/digest-at-spi-0.12.1 | 1 | ||||
-rw-r--r-- | gnome-extra/at-spi/files/digest-at-spi-0.12.1-r1 | 1 |
5 files changed, 2 insertions, 98 deletions
diff --git a/gnome-extra/at-spi/at-spi-0.12.1-r1.ebuild b/gnome-extra/at-spi/at-spi-0.12.1-r1.ebuild deleted file mode 100644 index ad093e7b5486..000000000000 --- a/gnome-extra/at-spi/at-spi-0.12.1-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-0.12.1-r1.ebuild,v 1.1 2002/06/01 13:31:17 spider Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="This is the Gnome Accessibility Toolkit" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/at-spi/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="LGPL-2.1" - -RDEPEND=">=gnome-base/gail-0.9 - >=gnome-base/libbonobo-1.112.0 - >=dev-libs/popt-1.6.3" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - doc? ( dev-util/gtk-doc )" - -src_compile() { - local myconf - libtoolize --copy --force - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --enable-debug=yes || die - - emake || die "compile failed" -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - # hack for borken makefile - insinto /usr/include/at-spi-1.0/libspi - doins libspi/stateset.h - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -} - - - - - diff --git a/gnome-extra/at-spi/at-spi-0.12.1.ebuild b/gnome-extra/at-spi/at-spi-0.12.1.ebuild deleted file mode 100644 index b87de90b76d9..000000000000 --- a/gnome-extra/at-spi/at-spi-0.12.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-0.12.1.ebuild,v 1.1 2002/05/23 00:43:24 spider Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="This is the Gnome Accessibility Toolkit" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/at-spi/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="LGPL-2.1" - -RDEPEND=">=gnome-base/gail-0.9 - >=gnome-base/libbonobo-1.112.0 - >=dev-libs/popt-1.6.3" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - doc? ( dev-util/gtk-doc )" - -src_compile() { - local myconf - libtoolize --copy --force - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --enable-debug=yes || die - - emake || die "compile failed" -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -} - - - - - diff --git a/gnome-extra/at-spi/at-spi-1.0.1.ebuild b/gnome-extra/at-spi/at-spi-1.0.1.ebuild index 38fb1536f14e..f97f6d3d56d6 100644 --- a/gnome-extra/at-spi/at-spi-1.0.1.ebuild +++ b/gnome-extra/at-spi/at-spi-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.0.1.ebuild,v 1.1 2002/06/11 20:34:10 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.0.1.ebuild,v 1.2 2002/07/23 23:32:43 spider Exp $ inherit gnome2 @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/at-spi/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86" RDEPEND=">=gnome-base/gail-0.16 >=gnome-base/libbonobo-2.0.0 diff --git a/gnome-extra/at-spi/files/digest-at-spi-0.12.1 b/gnome-extra/at-spi/files/digest-at-spi-0.12.1 deleted file mode 100644 index 447acb7f8693..000000000000 --- a/gnome-extra/at-spi/files/digest-at-spi-0.12.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8aa7aff16abb53181299c1e5938ac665 at-spi-0.12.1.tar.bz2 319756 diff --git a/gnome-extra/at-spi/files/digest-at-spi-0.12.1-r1 b/gnome-extra/at-spi/files/digest-at-spi-0.12.1-r1 deleted file mode 100644 index 447acb7f8693..000000000000 --- a/gnome-extra/at-spi/files/digest-at-spi-0.12.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8aa7aff16abb53181299c1e5938ac665 at-spi-0.12.1.tar.bz2 319756 |