diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-04-27 15:25:43 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-04-27 15:25:43 +0000 |
commit | 7262108fc56f16d0dbce83cd76bc1a23341d5d3d (patch) | |
tree | 1f1badb43f583131f260fcbc7369e4d68da0b72e /net-im/cpop | |
parent | Initial import. Thanks to Richard Ablewhite, closes bug #48056 (diff) | |
download | historical-7262108fc56f16d0dbce83cd76bc1a23341d5d3d.tar.gz historical-7262108fc56f16d0dbce83cd76bc1a23341d5d3d.tar.bz2 historical-7262108fc56f16d0dbce83cd76bc1a23341d5d3d.zip |
Adding dodoc for README et al.
Diffstat (limited to 'net-im/cpop')
-rw-r--r-- | net-im/cpop/Manifest | 2 | ||||
-rw-r--r-- | net-im/cpop/cpop-0.0.4.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-im/cpop/Manifest b/net-im/cpop/Manifest index 8a0264ec8b02..97d41e2b6ef8 100644 --- a/net-im/cpop/Manifest +++ b/net-im/cpop/Manifest @@ -1,4 +1,4 @@ MD5 300f1bde89f46876781840a336e2b30c ChangeLog 380 -MD5 cbb86ded82791f71c6fa7977fb7098e5 cpop-0.0.4.ebuild 566 +MD5 3c194749a75cee601c8d21801f39bf9d cpop-0.0.4.ebuild 606 MD5 777dd6192cc0e6ca0bc051ab9f92a54a metadata.xml 221 MD5 e72628d482cef26f77aa0bfd715ba2f9 files/digest-cpop-0.0.4 61 diff --git a/net-im/cpop/cpop-0.0.4.ebuild b/net-im/cpop/cpop-0.0.4.ebuild index a6aabbcf1101..19cc1e3172a7 100644 --- a/net-im/cpop/cpop-0.0.4.ebuild +++ b/net-im/cpop/cpop-0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/cpop/cpop-0.0.4.ebuild,v 1.1 2004/04/27 15:17:49 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/cpop/cpop-0.0.4.ebuild,v 1.2 2004/04/27 15:25:43 rizzo Exp $ DESCRIPTION="GTK+ network popup message client. Compatable with the jpop protocol." HOMEPAGE="http://www.draxil.uklinux.net/hip/index.pl?page=cpop" @@ -16,4 +16,5 @@ DEPEND=">=x11-libs/gtk+-2.2.0 src_install() { einstall || die + dodoc COPYING ChangeLog INSTALL README } |