diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-12-31 01:27:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-12-31 01:27:06 +0000 |
commit | 1c58e992e752fa2368faf1f03904697de1bd66f9 (patch) | |
tree | 2d6438c38061f64b1ecf3ef3add00fae186d1fd2 /games-puzzle | |
parent | version bump (diff) | |
download | historical-1c58e992e752fa2368faf1f03904697de1bd66f9.tar.gz historical-1c58e992e752fa2368faf1f03904697de1bd66f9.tar.bz2 historical-1c58e992e752fa2368faf1f03904697de1bd66f9.zip |
version bump
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/atomix/Manifest | 4 | ||||
-rw-r--r-- | games-puzzle/atomix/atomix-1.0.1.ebuild | 35 | ||||
-rw-r--r-- | games-puzzle/atomix/files/digest-atomix-1.0.1 | 1 |
3 files changed, 38 insertions, 2 deletions
diff --git a/games-puzzle/atomix/Manifest b/games-puzzle/atomix/Manifest index 007edbca1bcc..99accc141d2e 100644 --- a/games-puzzle/atomix/Manifest +++ b/games-puzzle/atomix/Manifest @@ -1,6 +1,6 @@ -MD5 6928935470f49b69552100e472a3a04a ChangeLog 370 +MD5 065a103f5f226ab6426af2289b1da86e ChangeLog 521 MD5 aeca57ba8d7bc2fe3734e40de731ac83 atomix-0.9.4.ebuild 876 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 -MD5 c48c0dd10f2516be2b897219784efc39 atomix-1.0.1.ebuild 860 +MD5 718870608d8222ab80974d045f361d4b atomix-1.0.1.ebuild 956 MD5 25a117075cf5ade9a32803da4a32ff3e files/digest-atomix-0.9.4 64 MD5 856b6bd13d4c9efac37f882d6eef9425 files/digest-atomix-1.0.1 64 diff --git a/games-puzzle/atomix/atomix-1.0.1.ebuild b/games-puzzle/atomix/atomix-1.0.1.ebuild new file mode 100644 index 000000000000..cb38ef970eba --- /dev/null +++ b/games-puzzle/atomix/atomix-1.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-1.0.1.ebuild,v 1.1 2003/12/31 01:26:58 mr_bones_ Exp $ + +inherit gnome2 + +DESCRIPTION="a little mind game for GNOME2" +HOMEPAGE="http://triq.net/~pearl/atomix.php" +SRC_URI="http://triq.net/~pearl/download/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +RDEPEND=">=x11-libs/pango-1.0.3 + >=x11-libs/gtk+-2.0.5 + >=dev-libs/glib-2.0.4 + >=gnome-base/gconf-1.1.11 + >=gnome-base/libglade-2.0.0 + >=gnome-base/libgnome-2.0.0 + >=gnome-base/libgnomeui-2.0.0 + >=gnome-base/libbonoboui-2.0.0 + >=gnome-base/libgnomecanvas-2.0.0 + >=dev-libs/libxml2-2.4.23" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.17" + +DOCS="AUTHORS ChangeLog NEWS README* TODO" + +src_compile() { + # Seems to fix the infamous "OrigTree module" bug + intltoolize -c -f + gnome2_src_compile +} diff --git a/games-puzzle/atomix/files/digest-atomix-1.0.1 b/games-puzzle/atomix/files/digest-atomix-1.0.1 new file mode 100644 index 000000000000..6c37615f083f --- /dev/null +++ b/games-puzzle/atomix/files/digest-atomix-1.0.1 @@ -0,0 +1 @@ +MD5 dd0d5d29020863d8140f919edd96d150 atomix-1.0.1.tar.gz 310117 |