diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-04 22:06:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-04 22:06:04 +0000 |
commit | 96224e0b5b812a0f3cb337631f1889c894a997b5 (patch) | |
tree | 1ba4ab995e5cc95f054068e8630ae90026b66e36 /app-text/gpdf | |
parent | adding metdata.xml (diff) | |
download | gentoo-2-96224e0b5b812a0f3cb337631f1889c894a997b5.tar.gz gentoo-2-96224e0b5b812a0f3cb337631f1889c894a997b5.tar.bz2 gentoo-2-96224e0b5b812a0f3cb337631f1889c894a997b5.zip |
adding metdata.xml
Diffstat (limited to 'app-text/gpdf')
-rw-r--r-- | app-text/gpdf/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/gpdf/Manifest | 5 | ||||
-rw-r--r-- | app-text/gpdf/files/digest-gpdf-0.104 | 1 | ||||
-rw-r--r-- | app-text/gpdf/gpdf-0.104.ebuild | 31 | ||||
-rw-r--r-- | app-text/gpdf/metadata.xml | 5 |
5 files changed, 47 insertions, 3 deletions
diff --git a/app-text/gpdf/ChangeLog b/app-text/gpdf/ChangeLog index 558cb8a5262a..90d413939f88 100644 --- a/app-text/gpdf/ChangeLog +++ b/app-text/gpdf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/gpdf # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/ChangeLog,v 1.3 2003/06/18 21:05:13 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/ChangeLog,v 1.4 2003/07/04 22:05:51 liquidx Exp $ + +*gpdf-0.104 (04 Jul 2003) + + 04 Jul 2003; Alastair Tse <liquidx@gentoo.org> gpdf-0.104.ebuild: + updating in the interest of keeping this updated. it is still not working at + an alpha stage 13 Jun 2003; Alastair Tse <liquidx@gentoo.org> gpdf-0.102.ebuild: fixed multiple RDEPEND defined, using append-flags without diff --git a/app-text/gpdf/Manifest b/app-text/gpdf/Manifest index e161d74caba1..2ba23d38406b 100644 --- a/app-text/gpdf/Manifest +++ b/app-text/gpdf/Manifest @@ -1,5 +1,6 @@ -MD5 7fd7f3ce90e2f226354c70d11d36fa31 ChangeLog 617 +MD5 8ea2f5080f7a6df662354697a689660d ChangeLog 809 MD5 1a09a7150808b63eab66d6b0b9d80ade gpdf-0.102.ebuild 736 -MD5 e88c07dad7d9fb8533bb7d7d83f553a6 gpdf-0.104.ebuild 745 +MD5 99eb952c89d366a372c1562c35fa141e gpdf-0.104.ebuild 736 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 8cc87715353a900c2b646e4129df3e27 files/digest-gpdf-0.102 63 MD5 12c05b95959be50e8b0a1b0a195f8657 files/digest-gpdf-0.104 63 diff --git a/app-text/gpdf/files/digest-gpdf-0.104 b/app-text/gpdf/files/digest-gpdf-0.104 new file mode 100644 index 000000000000..4f42a825c9d0 --- /dev/null +++ b/app-text/gpdf/files/digest-gpdf-0.104 @@ -0,0 +1 @@ +MD5 37114c8d6d5baddce2e1d9d55c086703 gpdf-0.104.tar.bz2 690789 diff --git a/app-text/gpdf/gpdf-0.104.ebuild b/app-text/gpdf/gpdf-0.104.ebuild new file mode 100644 index 000000000000..74690dd558a9 --- /dev/null +++ b/app-text/gpdf/gpdf-0.104.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-0.104.ebuild,v 1.1 2003/07/04 22:05:51 liquidx Exp $ + +inherit flag-o-matic gnome2 + +DESCRIPTION="PDF viewer for Gnome 2" +HOMEPAGE="http://www.purl.org/NET/gpdf" + +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="-*" + +RDEPEND=">=gnome-base/libgnomeui-2 + >=gnome-base/ORBit2-2.4.1 + >=gnome-base/libgnomeprint-2.2 + app-text/ghostscript + >=media-libs/freetype-2.0.5 + >=media-libs/t1lib-1.3" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS ChangeLog COPYING* MAINTAINERS TODO NEWS README" + +src_compile() { + use alpha && append-flags -fPIC + gnome2_src_compile +} + diff --git a/app-text/gpdf/metadata.xml b/app-text/gpdf/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/app-text/gpdf/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +</pkgmetadata> |