diff options
author | 2002-09-21 02:03:08 +0000 | |
---|---|---|
committer | 2002-09-21 02:03:08 +0000 | |
commit | baaaaf3588ec8b6115becbafc030881160aaa2c3 (patch) | |
tree | 0b7885ccccc7e013457cf45eba43a448ba05b1f4 /media-libs | |
parent | Added HOMEPAGE variable (diff) | |
download | gentoo-2-baaaaf3588ec8b6115becbafc030881160aaa2c3.tar.gz gentoo-2-baaaaf3588ec8b6115becbafc030881160aaa2c3.tar.bz2 gentoo-2-baaaaf3588ec8b6115becbafc030881160aaa2c3.zip |
Added HOMEPAGE variable
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mpeg-lib/mpeg-lib-1.3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mpeg-lib/mpeg-lib-1.3.1-r1.ebuild b/media-libs/mpeg-lib/mpeg-lib-1.3.1-r1.ebuild index 92db5fe7cb78..3e47eb1e1bb8 100644 --- a/media-libs/mpeg-lib/mpeg-lib-1.3.1-r1.ebuild +++ b/media-libs/mpeg-lib/mpeg-lib-1.3.1-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/mpeg-lib/mpeg-lib-1.3.1-r1.ebuild,v 1.9 2002/08/14 13:08:10 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mpeg-lib/mpeg-lib-1.3.1-r1.ebuild,v 1.10 2002/09/21 01:59:26 vapier Exp $ MY_P=${P/-/_} S=${WORKDIR}/${MY_P} DESCRIPTION="A lib for MPEG-1 video" SRC_URI="ftp://ftp.mni.mcgill.ca/pub/mpeg/${MY_P}.tar.gz" -HOMEPAGE="http://" +HOMEPAGE="http://starship.python.net/~gward/mpeglib/" DEPEND="virtual/glibc" |