diff options
author | David Holm <dholm@gentoo.org> | 2004-11-11 16:50:02 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-11-11 16:50:02 +0000 |
commit | ca73c4138f861c09ab05b79799cc42c288eac20c (patch) | |
tree | 758488b28fdbd68a5e7f54783aee4fe176345803 /x11-misc/expocity | |
parent | added ~mips to the KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-ca73c4138f861c09ab05b79799cc42c288eac20c.tar.gz gentoo-2-ca73c4138f861c09ab05b79799cc42c288eac20c.tar.bz2 gentoo-2-ca73c4138f861c09ab05b79799cc42c288eac20c.zip |
Added to ~ppc
Diffstat (limited to 'x11-misc/expocity')
-rw-r--r-- | x11-misc/expocity/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/expocity/expocity-2.6.2.1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-misc/expocity/ChangeLog b/x11-misc/expocity/ChangeLog index ca16789b9e17..d68f29742e29 100644 --- a/x11-misc/expocity/ChangeLog +++ b/x11-misc/expocity/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/expocity # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/ChangeLog,v 1.1 2004/11/07 13:13:25 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/ChangeLog,v 1.2 2004/11/11 16:50:02 dholm Exp $ + +*expocity-2.6.2.1 (11 Nov 2004) + + 11 Nov 2004; David Holm <dholm@gentoo.org> expocity-2.6.2.1.ebuild: + Added to ~ppc. 07 Nov 2004; <pyrania@gentoo.org> +metadata.xml: Initial import, closing bug #51106. diff --git a/x11-misc/expocity/expocity-2.6.2.1.ebuild b/x11-misc/expocity/expocity-2.6.2.1.ebuild index 9e369986b49a..56a5d7861588 100644 --- a/x11-misc/expocity/expocity-2.6.2.1.ebuild +++ b/x11-misc/expocity/expocity-2.6.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild,v 1.1 2004/11/07 13:13:25 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild,v 1.2 2004/11/11 16:50:02 dholm Exp $ inherit gnome2 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="xinerama" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" RDEPEND="virtual/x11 >=x11-libs/pango-1.2 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 >=dev-util/intltool-0.29" +S=${WORKDIR}/${MY_P} G2CONF="${G2CONF} $(use_enable xinerama)" DOCS="AUTHORS Changelog COPYING HACKING INSTALL NEWS README*" |