diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-03 12:44:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-03 12:44:03 +0000 |
commit | a95fb9c459876edbc34d02224c568e2ad13a2d86 (patch) | |
tree | 666d44371723c314325b5eaecc4e86863d706244 /dev-cpp/libcmis/libcmis-9999.ebuild | |
parent | Bump the patchset version to work with poppler 0.18.0 (diff) | |
download | gentoo-2-a95fb9c459876edbc34d02224c568e2ad13a2d86.tar.gz gentoo-2-a95fb9c459876edbc34d02224c568e2ad13a2d86.tar.bz2 gentoo-2-a95fb9c459876edbc34d02224c568e2ad13a2d86.zip |
Add release version.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/libcmis/libcmis-9999.ebuild')
-rw-r--r-- | dev-cpp/libcmis/libcmis-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libcmis/libcmis-9999.ebuild b/dev-cpp/libcmis/libcmis-9999.ebuild index 1e6b74bbd7f4..a44ef02e84d8 100644 --- a/dev-cpp/libcmis/libcmis-9999.ebuild +++ b/dev-cpp/libcmis/libcmis-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.1 2011/10/03 08:54:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.2 2011/10/03 12:44:03 scarabeus Exp $ EAPI=4 @@ -11,7 +11,7 @@ unset SCM_ECLASS DESCRIPTION="C++ client library for the CMIS interface" HOMEPAGE="http://gitorious.org/libcmis" -[[ ${PV} == 9999 ]] || SRC_URI="" +[[ ${PV} == 9999 ]] || SRC_URI="http://people.freedesktop.org/~cbosdo/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )" SLOT="0" |