diff options
author | 2005-09-10 14:07:23 +0000 | |
---|---|---|
committer | 2005-09-10 14:07:23 +0000 | |
commit | dd90c916d631562bbb28af73eab21b54a629ccbf (patch) | |
tree | 1df735921085b03f5af57fa55ac204542ac4af25 /media-video | |
parent | Don't install INSTALL file. (diff) | |
download | historical-dd90c916d631562bbb28af73eab21b54a629ccbf.tar.gz historical-dd90c916d631562bbb28af73eab21b54a629ccbf.tar.bz2 historical-dd90c916d631562bbb28af73eab21b54a629ccbf.zip |
Don't install COPYING and INSTALL files.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/oxine/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/oxine/Manifest | 10 | ||||
-rw-r--r-- | media-video/oxine/oxine-0.1.ebuild | 6 | ||||
-rw-r--r-- | media-video/oxine/oxine-0.2.ebuild | 4 |
4 files changed, 20 insertions, 6 deletions
diff --git a/media-video/oxine/ChangeLog b/media-video/oxine/ChangeLog index e5550ad95dda..123bff22c645 100644 --- a/media-video/oxine/ChangeLog +++ b/media-video/oxine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/oxine # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/ChangeLog,v 1.9 2005/08/07 13:40:05 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/ChangeLog,v 1.10 2005/09/10 14:07:23 flameeyes Exp $ + + 10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> oxine-0.1.ebuild, + oxine-0.2.ebuild: + Don't install COPYING and INSTALL files. 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> oxine-0.2.ebuild: Stable on ppc. diff --git a/media-video/oxine/Manifest b/media-video/oxine/Manifest index 3657aaa6b816..cae7fdfb993c 100644 --- a/media-video/oxine/Manifest +++ b/media-video/oxine/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 c907dd7ab5bd1d1e04a2e21a496d5b16 ChangeLog 1368 MD5 ca4775ba00b233f1b0be3623b448661f oxine-0.2.ebuild 999 MD5 a65173b46e297dec5ecf34340af08b4e oxine-0.1.ebuild 842 @@ -6,3 +9,10 @@ MD5 f9b749ab60b5a8684925d6a457352b92 files/digest-oxine-0.1 61 MD5 e668a8d14c492a155a090b1d1723ea74 files/oxine-0.2-xtst.patch 406 MD5 a8f4b0ba961236d5de5b57a6271cc333 files/digest-oxine-0.2 61 MD5 9ab0e63d2e2f9d4695a1771a4def9e97 files/oxine-0.2-gcc34.patch 252 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDIujHj5H05b2HAEkRAtVJAJ9IN3EM0iAZHRzbFVuhMGdAOjDruwCeJnNn +uCanYvqq5UXRd3/6Fx5bEIU= +=0bKU +-----END PGP SIGNATURE----- diff --git a/media-video/oxine/oxine-0.1.ebuild b/media-video/oxine/oxine-0.1.ebuild index e9105f78dfdf..8c70b1446772 100644 --- a/media-video/oxine/oxine-0.1.ebuild +++ b/media-video/oxine/oxine-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.1.ebuild,v 1.6 2004/07/14 22:10:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.1.ebuild,v 1.7 2005/09/10 14:07:23 flameeyes Exp $ DESCRIPTION="OSD frontend for xine" HOMEPAGE="http://oxine.sourceforge.net/" @@ -35,5 +35,5 @@ src_install() { docsdir=/usr/share/doc/${PF} \ install || die - dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README TODO } diff --git a/media-video/oxine/oxine-0.2.ebuild b/media-video/oxine/oxine-0.2.ebuild index 7577a2b2e20b..3860a91b23a7 100644 --- a/media-video/oxine/oxine-0.2.ebuild +++ b/media-video/oxine/oxine-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.2.ebuild,v 1.10 2005/08/07 13:40:05 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.2.ebuild,v 1.11 2005/09/10 14:07:23 flameeyes Exp $ inherit eutils @@ -46,5 +46,5 @@ src_install() { docsdir=/usr/share/doc/${PF} \ install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README TODO } |