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 | 0f83717057bcd4301450e91a04aa7f545730d9ed (patch) | |
tree | 942f3ee106fddeeb70d20a23e8c23c9338b9dacf /x11-misc/expocity | |
parent | added ~mips to the KEYWORDS (diff) | |
download | historical-0f83717057bcd4301450e91a04aa7f545730d9ed.tar.gz historical-0f83717057bcd4301450e91a04aa7f545730d9ed.tar.bz2 historical-0f83717057bcd4301450e91a04aa7f545730d9ed.zip |
Added to ~ppc
Diffstat (limited to 'x11-misc/expocity')
-rw-r--r-- | x11-misc/expocity/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/expocity/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/expocity/expocity-2.6.2.1.ebuild | 5 |
3 files changed, 11 insertions, 15 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/Manifest b/x11-misc/expocity/Manifest index f5287f39bb49..edb39e4ffa90 100644 --- a/x11-misc/expocity/Manifest +++ b/x11-misc/expocity/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 49686e8a470cc569c10402f18c548ba2 ChangeLog 298 +MD5 d5a35edc9c6fca57dd66c5aab8047f3c ChangeLog 417 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 -MD5 ca4df6a3499b02686a22f3f953dae79b expocity-2.6.2.1.ebuild 948 +MD5 891c288770be99a679fb1aa94b487cb9 expocity-2.6.2.1.ebuild 972 MD5 7ef544c10ead702db982d3d14d60abd6 files/digest-expocity-2.6.2.1 70 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBjiAJI7fK2cqeyXkRAj7nAKDkr50ZSNhmQ2GSQAf457uvMQEDSACfQGZo -wDlM1L74+bfHmr5bC8BjGwE= -=gQsN ------END PGP SIGNATURE----- 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*" |