summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-10-28 16:49:23 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-10-28 16:49:23 +0000
commitf1c9fd7ef898c75a6aece97f3da5490aa9d06483 (patch)
tree40480db319a72abd93f5f7dcdec874d7da1cc350 /gnome-extra
parentstable on amd64 wrt bug 109040 (diff)
downloadhistorical-f1c9fd7ef898c75a6aece97f3da5490aa9d06483.tar.gz
historical-f1c9fd7ef898c75a6aece97f3da5490aa9d06483.tar.bz2
historical-f1c9fd7ef898c75a6aece97f3da5490aa9d06483.zip
Added USE_DESTDIR declaration (bug #110016)
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/at-spi/ChangeLog9
-rw-r--r--gnome-extra/at-spi/Manifest10
-rw-r--r--gnome-extra/at-spi/at-spi-1.6.5.ebuild36
-rw-r--r--gnome-extra/at-spi/at-spi-1.6.6-r1.ebuild (renamed from gnome-extra/at-spi/at-spi-1.6.6.ebuild)9
-rw-r--r--gnome-extra/at-spi/files/digest-at-spi-1.6.51
-rw-r--r--gnome-extra/at-spi/files/digest-at-spi-1.6.6-r1 (renamed from gnome-extra/at-spi/files/digest-at-spi-1.6.6)0
6 files changed, 15 insertions, 50 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog
index 7f72ceab8b96..6f8ee3245b07 100644
--- a/gnome-extra/at-spi/ChangeLog
+++ b/gnome-extra/at-spi/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for gnome-extra/at-spi
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.100 2005/09/23 20:15:41 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.101 2005/10/28 16:49:23 leonardop Exp $
+
+*at-spi-1.6.6-r1 (28 Oct 2005)
+
+ 28 Oct 2005; Leonardo Boshell <leonardop@gentoo.org>
+ -at-spi-1.6.6.ebuild, +at-spi-1.6.6-r1.ebuild:
+ Added USE_DESTDIR declaration (bug #110016). Dropped incorrect 'static' USE
+ flag.
23 Sep 2005; <dang@gentoo.org> at-spi-1.6.6.ebuild:
Modular X deps
diff --git a/gnome-extra/at-spi/Manifest b/gnome-extra/at-spi/Manifest
index 9c6c3680b858..1d89938147b6 100644
--- a/gnome-extra/at-spi/Manifest
+++ b/gnome-extra/at-spi/Manifest
@@ -1,8 +1,6 @@
-MD5 1bb1f147049c57474261f346e0c169f6 ChangeLog 10868
-MD5 86ca4ef4b5edf8aa2ee2643854342ef6 at-spi-1.6.5.ebuild 847
-MD5 2cc85fa59933266c4f2a49a35898fd07 at-spi-1.6.6.ebuild 1149
+MD5 a0255f66e1c4e04bb5edbf71bc0f6719 ChangeLog 11096
MD5 46f84533bc16ff13dd51d6c72b642673 at-spi-1.6.4.ebuild 789
-MD5 5253659a4a0e45baa9f1788dcb705895 metadata.xml 172
-MD5 acc355e89818302fa7eaf4319ea4e01e files/digest-at-spi-1.6.5 65
-MD5 d3f3d5556f8425af862d1403ee1c8cf6 files/digest-at-spi-1.6.6 65
+MD5 8d80f1e7e823812a887f8b5827de7028 at-spi-1.6.6-r1.ebuild 1118
MD5 8746d394d6122dd05e7ee86223621db7 files/digest-at-spi-1.6.4 65
+MD5 d3f3d5556f8425af862d1403ee1c8cf6 files/digest-at-spi-1.6.6-r1 65
+MD5 5253659a4a0e45baa9f1788dcb705895 metadata.xml 172
diff --git a/gnome-extra/at-spi/at-spi-1.6.5.ebuild b/gnome-extra/at-spi/at-spi-1.6.5.ebuild
deleted file mode 100644
index 0d9432841961..000000000000
--- a/gnome-extra/at-spi/at-spi-1.6.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.6.5.ebuild,v 1.2 2005/08/31 12:11:44 seemant Exp $
-
-inherit gnome2 virtualx
-
-DESCRIPTION="The Gnome Accessibility Toolkit"
-HOMEPAGE="http://developer.gnome.org/projects/gap/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc static"
-
-RDEPEND=">=dev-libs/atk-1.7.2
- >=gnome-base/libbonobo-1.107
- >=gnome-base/gail-1.3
- >=x11-libs/gtk+-2
- dev-libs/popt
- >=gnome-base/orbit-2
- virtual/x11"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.28
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-
-pkg_setup() {
- G2CONF="$(use_enable static)"
-}
-
-src_test() {
- Xmake check || die
-}
diff --git a/gnome-extra/at-spi/at-spi-1.6.6.ebuild b/gnome-extra/at-spi/at-spi-1.6.6-r1.ebuild
index 6cc835ee0646..7c9c77be16d1 100644
--- a/gnome-extra/at-spi/at-spi-1.6.6.ebuild
+++ b/gnome-extra/at-spi/at-spi-1.6.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.6.6.ebuild,v 1.2 2005/09/23 20:15:41 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.6.6-r1.ebuild,v 1.1 2005/10/28 16:49:23 leonardop Exp $
inherit virtualx gnome2
@@ -10,7 +10,7 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/"
LICENSE="LGPL-2"
SLOT="1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc static"
+IUSE="doc"
RDEPEND=">=dev-libs/atk-1.7.2
>=gnome-base/libbonobo-1.107
@@ -42,12 +42,9 @@ DEPEND="${RDEPEND}
virtual/x11 )"
DOCS="AUTHORS ChangeLog NEWS README TODO"
+USE_DESTDIR="1"
-pkg_setup() {
- G2CONF="$(use_enable static)"
-}
-
src_test() {
Xmake check || die "Testing phase failed"
}
diff --git a/gnome-extra/at-spi/files/digest-at-spi-1.6.5 b/gnome-extra/at-spi/files/digest-at-spi-1.6.5
deleted file mode 100644
index 784c2fb5f9c2..000000000000
--- a/gnome-extra/at-spi/files/digest-at-spi-1.6.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 42364e5a4fed73894f702e6042bd5985 at-spi-1.6.5.tar.bz2 478464
diff --git a/gnome-extra/at-spi/files/digest-at-spi-1.6.6 b/gnome-extra/at-spi/files/digest-at-spi-1.6.6-r1
index 6561534f7b47..6561534f7b47 100644
--- a/gnome-extra/at-spi/files/digest-at-spi-1.6.6
+++ b/gnome-extra/at-spi/files/digest-at-spi-1.6.6-r1