diff options
author | 2009-10-18 14:10:59 +0000 | |
---|---|---|
committer | 2009-10-18 14:10:59 +0000 | |
commit | a6432d5196c4e4d3a87e3f1a6c1c891289820de5 (patch) | |
tree | 66685bc66a355313222266da4c3031aeaa47e813 /virtual/poppler-qt4 | |
parent | Bump to 0.12.1 (diff) | |
download | historical-a6432d5196c4e4d3a87e3f1a6c1c891289820de5.tar.gz historical-a6432d5196c4e4d3a87e3f1a6c1c891289820de5.tar.bz2 historical-a6432d5196c4e4d3a87e3f1a6c1c891289820de5.zip |
Bump to 0.12.1
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'virtual/poppler-qt4')
-rw-r--r-- | virtual/poppler-qt4/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/poppler-qt4/poppler-qt4-0.12.1.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/virtual/poppler-qt4/ChangeLog b/virtual/poppler-qt4/ChangeLog index 8b10b266f315..54bc78f8d38d 100644 --- a/virtual/poppler-qt4/ChangeLog +++ b/virtual/poppler-qt4/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/poppler-qt4 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/poppler-qt4/ChangeLog,v 1.25 2009/09/09 20:53:04 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/poppler-qt4/ChangeLog,v 1.26 2009/10/18 14:10:37 loki_val Exp $ + +*poppler-qt4-0.12.1 (18 Oct 2009) + + 18 Oct 2009; Peter Alfredsen <loki_val@gentoo.org> + +poppler-qt4-0.12.1.ebuild: + Bump to 0.12.1 *poppler-qt4-0.12.0 (09 Sep 2009) diff --git a/virtual/poppler-qt4/poppler-qt4-0.12.1.ebuild b/virtual/poppler-qt4/poppler-qt4-0.12.1.ebuild new file mode 100644 index 000000000000..5075a81bc3d7 --- /dev/null +++ b/virtual/poppler-qt4/poppler-qt4-0.12.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/poppler-qt4/poppler-qt4-0.12.1.ebuild,v 1.1 2009/10/18 14:10:37 loki_val Exp $ + +EAPI=2 + +DESCRIPTION="Virtual package, includes packages that contain libpoppler-qt4.so" +HOMEPAGE="http://poppler.freedesktop.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +PROPERTIES="virtual" + +RDEPEND="~dev-libs/poppler-qt4-${PV}" +DEPEND="${RDEPEND}" |