diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-13 01:00:44 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-13 01:00:44 +0000 |
commit | b38ed89b19841b5b7fe3f3a400aecb5dcf72e6f8 (patch) | |
tree | 9277edc4db5c06be99577a78adb451145ecfede2 | |
parent | Fix typo. (diff) | |
download | historical-b38ed89b19841b5b7fe3f3a400aecb5dcf72e6f8.tar.gz historical-b38ed89b19841b5b7fe3f3a400aecb5dcf72e6f8.tar.bz2 historical-b38ed89b19841b5b7fe3f3a400aecb5dcf72e6f8.zip |
Removed COPYING from dodoc.
Package-Manager: portage-2.0.54
-rw-r--r-- | app-text/pspresent/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/pspresent/Manifest | 6 | ||||
-rw-r--r-- | app-text/pspresent/pspresent-1.1.ebuild | 3 | ||||
-rw-r--r-- | app-text/pspresent/pspresent-1.2.ebuild | 3 |
4 files changed, 10 insertions, 8 deletions
diff --git a/app-text/pspresent/ChangeLog b/app-text/pspresent/ChangeLog index c9c655e0a1c3..bf71238901ad 100644 --- a/app-text/pspresent/ChangeLog +++ b/app-text/pspresent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/pspresent # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.16 2006/04/21 16:14:00 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.17 2006/05/13 01:00:43 tcort Exp $ + + 12 May 2006; Thomas Cort <tcort@gentoo.org> pspresent-1.1.ebuild, + pspresent-1.2.ebuild: + Removed COPYING from dodoc. 21 Apr 2006; Carsten Lohrke <carlo@gentoo.org> metadata.xml, pspresent-1.1.ebuild, pspresent-1.2.ebuild, pspresent-1.2-r1.ebuild: diff --git a/app-text/pspresent/Manifest b/app-text/pspresent/Manifest index 43d1790631e6..c09570b763e0 100644 --- a/app-text/pspresent/Manifest +++ b/app-text/pspresent/Manifest @@ -1,8 +1,8 @@ -MD5 2e1eb2cdc616af39777d76608c86667b ChangeLog 1910 +MD5 c61326421d677f32e6ee32f5165b6a2a ChangeLog 2033 MD5 e8d36b988969f7d4ff8e3a45e05ca0f3 files/digest-pspresent-1.1 64 MD5 1ddede6fd39817c8ff4af2ff97721eb8 files/digest-pspresent-1.2 64 MD5 d3c6790ed963f795ddb1bd9f61ce5432 files/digest-pspresent-1.2-r1 238 MD5 4eda2fda81ea6a89d8f1f4a2dcd12a85 metadata.xml 233 -MD5 b8eef0551651ff4d8b1412e035165cce pspresent-1.1.ebuild 923 +MD5 00378f6f6db5090e3b88583858074026 pspresent-1.1.ebuild 908 MD5 c22201c2c4d029aa238e20b484eec82b pspresent-1.2-r1.ebuild 915 -MD5 b2ee720c7edc2d55fc43b7252a2bf4ac pspresent-1.2.ebuild 933 +MD5 d5330e02d588a8528a61ee0fabede495 pspresent-1.2.ebuild 918 diff --git a/app-text/pspresent/pspresent-1.1.ebuild b/app-text/pspresent/pspresent-1.1.ebuild index b84e63bae1ce..d862e916f1ed 100644 --- a/app-text/pspresent/pspresent-1.1.ebuild +++ b/app-text/pspresent/pspresent-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.1.ebuild,v 1.11 2006/04/21 16:14:00 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.1.ebuild,v 1.12 2006/05/13 01:00:44 tcort Exp $ IUSE="xinerama" @@ -35,5 +35,4 @@ src_install() { dobin pspresent doman pspresent.1 - dodoc COPYING } diff --git a/app-text/pspresent/pspresent-1.2.ebuild b/app-text/pspresent/pspresent-1.2.ebuild index e2d7ec9d2377..d1e36a3cbf02 100644 --- a/app-text/pspresent/pspresent-1.2.ebuild +++ b/app-text/pspresent/pspresent-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2.ebuild,v 1.7 2006/04/21 16:14:00 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2.ebuild,v 1.8 2006/05/13 01:00:44 tcort Exp $ IUSE="xinerama" @@ -35,5 +35,4 @@ src_install() { dobin pspresent doman pspresent.1 - dodoc COPYING } |