diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 20:00:02 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 20:00:02 +0000 |
commit | 73d0b54e07e2c46aaccde995a6306791535dae87 (patch) | |
tree | f3e0d79babf35c8b2ab23080614eab0df7f697f6 /x11-apps/xf86dga | |
parent | Bump for 7.0RC2. (diff) | |
download | historical-73d0b54e07e2c46aaccde995a6306791535dae87.tar.gz historical-73d0b54e07e2c46aaccde995a6306791535dae87.tar.bz2 historical-73d0b54e07e2c46aaccde995a6306791535dae87.zip |
Bump for 7.0RC2.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-apps/xf86dga')
-rw-r--r-- | x11-apps/xf86dga/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xf86dga/files/digest-xf86dga-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xf86dga/xf86dga-0.99.2.ebuild | 14 |
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xf86dga/ChangeLog b/x11-apps/xf86dga/ChangeLog index 885afafda12e..c1fbc445090c 100644 --- a/x11-apps/xf86dga/ChangeLog +++ b/x11-apps/xf86dga/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xf86dga # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/ChangeLog,v 1.4 2005/10/20 00:45:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/ChangeLog,v 1.5 2005/11/11 19:54:15 joshuabaergen Exp $ + +*xf86dga-0.99.2 (11 Nov 2005) + + 11 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86dga-0.99.2.ebuild: + Bump for 7.0RC2. *xf86dga-0.99.1 (20 Oct 2005) diff --git a/x11-apps/xf86dga/files/digest-xf86dga-0.99.2 b/x11-apps/xf86dga/files/digest-xf86dga-0.99.2 new file mode 100644 index 000000000000..46943187c0f1 --- /dev/null +++ b/x11-apps/xf86dga/files/digest-xf86dga-0.99.2 @@ -0,0 +1 @@ +MD5 c801d076563e2d059dd2e17c8578cf8b xf86dga-0.99.2.tar.bz2 73271 diff --git a/x11-apps/xf86dga/xf86dga-0.99.2.ebuild b/x11-apps/xf86dga/xf86dga-0.99.2.ebuild new file mode 100644 index 000000000000..98593b143912 --- /dev/null +++ b/x11-apps/xf86dga/xf86dga-0.99.2.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/xf86dga/xf86dga-0.99.2.ebuild,v 1.1 2005/11/11 19:54:15 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xf86dga application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXxf86dga" +DEPEND="${RDEPEND}" |