diff options
author | 2006-01-14 20:38:13 +0000 | |
---|---|---|
committer | 2006-01-14 20:38:13 +0000 | |
commit | 1125dc5194d7728946e0cd48b6d48b5db8138ec9 (patch) | |
tree | cc00cd026cd6f6f681249a393e77a1714d7b64c1 /x11-apps | |
parent | added to ~ppc, bug #114054 (diff) | |
download | historical-1125dc5194d7728946e0cd48b6d48b5db8138ec9.tar.gz historical-1125dc5194d7728946e0cd48b6d48b5db8138ec9.tar.bz2 historical-1125dc5194d7728946e0cd48b6d48b5db8138ec9.zip |
xinit uses the GPL-2 among its other licenses.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xinit/Manifest | 14 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-1.0.1.ebuild | 5 |
3 files changed, 10 insertions, 16 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 35730d51e517..8ac65c94b6cf 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.33 2005/12/26 21:12:50 joshuabaergen Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.34 2006/01/14 20:38:13 joshuabaergen Exp $ + + 14 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> xinit-1.0.1.ebuild: + xinit uses the GPL-2 among its other licenses. 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> -xinit-0.99.4.ebuild, -xinit-1.0.0.ebuild: diff --git a/x11-apps/xinit/Manifest b/x11-apps/xinit/Manifest index 977b22645846..4a570ff632ca 100644 --- a/x11-apps/xinit/Manifest +++ b/x11-apps/xinit/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 5f16168ce7bcfd1862e052814642a76a ChangeLog 5385 +MD5 58a9e6ec50d62beea65653935e3865d2 ChangeLog 5512 MD5 a0ce0f1c8a5771a1194f5895211a3f66 files/Xsession 2187 MD5 2b07bc84cc3afab6b4de90b9e9c597c3 files/chooser.sh 1566 MD5 07738d053b5bd4dfe64b5043a71ae730 files/digest-xinit-1.0.1 63 @@ -12,11 +9,4 @@ MD5 2d8c9c76bd932f311ad86f490680d349 files/xdm.start 3418 MD5 49f1bd860cfa5fc4adb6023d8a1bb4f8 files/xinitrc 900 MD5 708a3daf8950bbfe3aa231efb7533cb0 files/xserver.pamd 125 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 -MD5 8364a6833073c55df3561b71a829f546 xinit-1.0.1.ebuild 1167 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDtlPM2+ySkm8kpY0RAhHZAJ0RcNt6DSJypG3C5S3UG8CtIkBtqwCgta4V -H+NJ/Uswt4HfJkce2Y5mdH0= -=eTAB ------END PGP SIGNATURE----- +MD5 ba696371d8ece8e7c4bf260c2f1c0b52 xinit-1.0.1.ebuild 1201 diff --git a/x11-apps/xinit/xinit-1.0.1.ebuild b/x11-apps/xinit/xinit-1.0.1.ebuild index 71a286d51a46..92bc293ae36f 100644 --- a/x11-apps/xinit/xinit-1.0.1.ebuild +++ b/x11-apps/xinit/xinit-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.1.ebuild,v 1.5 2005/12/31 09:47:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.1.ebuild,v 1.6 2006/01/14 20:38:13 joshuabaergen Exp $ # Must be before x-modular eclass is inherited # This is enabled due to modified Makefile.am from the patches @@ -16,6 +16,7 @@ RDEPEND="x11-libs/libX11 x11-apps/xrdb x11-terms/xterm" DEPEND="${RDEPEND}" +LICENSE="${LICENSE} GPL-2" PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch ${FILESDIR}/gentoo-startx-customization-0.99.4.patch" |