diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:58:29 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:58:29 +0000 |
commit | 3a17d4878d07db58d36d87b53d4cbd174fd9f07e (patch) | |
tree | e12c044ead525235149632f229350c5b9b4efdc2 /x11-apps/xcmsdb | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-3a17d4878d07db58d36d87b53d4cbd174fd9f07e.tar.gz gentoo-2-3a17d4878d07db58d36d87b53d4cbd174fd9f07e.tar.bz2 gentoo-2-3a17d4878d07db58d36d87b53d4cbd174fd9f07e.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xcmsdb')
-rw-r--r-- | x11-apps/xcmsdb/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xcmsdb/files/digest-xcmsdb-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xcmsdb/xcmsdb-0.99.2.ebuild | 13 |
3 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xcmsdb/ChangeLog b/x11-apps/xcmsdb/ChangeLog index 1709e2f34480..edbe7e2d3381 100644 --- a/x11-apps/xcmsdb/ChangeLog +++ b/x11-apps/xcmsdb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xcmsdb # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.4 2005/10/20 00:45:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.5 2005/12/04 21:56:20 joshuabaergen Exp $ + +*xcmsdb-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xcmsdb-0.99.2.ebuild: + Bump for 7.0RC3. *xcmsdb-0.99.1 (20 Oct 2005) diff --git a/x11-apps/xcmsdb/files/digest-xcmsdb-0.99.2 b/x11-apps/xcmsdb/files/digest-xcmsdb-0.99.2 new file mode 100644 index 000000000000..1dfcdfaae335 --- /dev/null +++ b/x11-apps/xcmsdb/files/digest-xcmsdb-0.99.2 @@ -0,0 +1 @@ +MD5 4571428cb4fd2ef7926b0b2f79457b25 xcmsdb-0.99.2.tar.bz2 95318 diff --git a/x11-apps/xcmsdb/xcmsdb-0.99.2.ebuild b/x11-apps/xcmsdb/xcmsdb-0.99.2.ebuild new file mode 100644 index 000000000000..be15add2f26f --- /dev/null +++ b/x11-apps/xcmsdb/xcmsdb-0.99.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/xcmsdb-0.99.2.ebuild,v 1.1 2005/12/04 21:56:20 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xcmsdb application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" |