diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-08 06:28:13 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-08 06:28:13 +0000 |
commit | 9320443950a24564d84da3dfc93e586fdfc657b1 (patch) | |
tree | 985eef46960083a3b1d79db48f04c8de8b4a1423 /x11-apps/appres | |
parent | version bump (diff) | |
download | historical-9320443950a24564d84da3dfc93e586fdfc657b1.tar.gz historical-9320443950a24564d84da3dfc93e586fdfc657b1.tar.bz2 historical-9320443950a24564d84da3dfc93e586fdfc657b1.zip |
Initial commit for modular X.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-apps/appres')
-rw-r--r-- | x11-apps/appres/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/appres/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/appres/appres-0.99.0.ebuild | 14 | ||||
-rw-r--r-- | x11-apps/appres/files/digest-appres-0.99.0 | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-apps/appres/ChangeLog b/x11-apps/appres/ChangeLog new file mode 100644 index 000000000000..667da40d1790 --- /dev/null +++ b/x11-apps/appres/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-apps/appres +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/appres/ChangeLog,v 1.1 2005/08/08 06:28:09 spyderous Exp $ + +*appres-0.99.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +appres-0.99.0.ebuild: + Initial commit for modular X. + diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest new file mode 100644 index 000000000000..8bb47224b47d --- /dev/null +++ b/x11-apps/appres/Manifest @@ -0,0 +1,2 @@ +MD5 2f8ab9a0518554356f7ad299886142f6 appres-0.99.0.ebuild 321 +MD5 9f343d8d89afad7b128590f7fe341d60 files/digest-appres-0.99.0 65 diff --git a/x11-apps/appres/appres-0.99.0.ebuild b/x11-apps/appres/appres-0.99.0.ebuild new file mode 100644 index 000000000000..2e162fcc104b --- /dev/null +++ b/x11-apps/appres/appres-0.99.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/appres/appres-0.99.0.ebuild,v 1.1 2005/08/08 06:28:09 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org appres application" +KEYWORDS="~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXt" +DEPEND="${RDEPEND}" diff --git a/x11-apps/appres/files/digest-appres-0.99.0 b/x11-apps/appres/files/digest-appres-0.99.0 new file mode 100644 index 000000000000..a8797adabcd8 --- /dev/null +++ b/x11-apps/appres/files/digest-appres-0.99.0 @@ -0,0 +1 @@ +MD5 d08734820d9bff3d9c5d2821ec95c285 appres-0.99.0.tar.bz2 51380 |