summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-04-13 08:45:32 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-04-13 08:45:32 +0000
commit01a8f0bcc4d09a332b50e27ec7f453c6e9074a6b (patch)
tree1ebe811f73182a223f6fca100e4f77bfc78abc8a /app-doc
parentgpodder: remove old versions (diff)
downloadgentoo-2-01a8f0bcc4d09a332b50e27ec7f453c6e9074a6b.tar.gz
gentoo-2-01a8f0bcc4d09a332b50e27ec7f453c6e9074a6b.tar.bz2
gentoo-2-01a8f0bcc4d09a332b50e27ec7f453c6e9074a6b.zip
add an ebuild which installs the approved EAPI 2 version of the PMS
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/pms/ChangeLog7
-rw-r--r--app-doc/pms/pms-2.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/app-doc/pms/ChangeLog b/app-doc/pms/ChangeLog
index 5780c44fdc94..a5e4b3481528 100644
--- a/app-doc/pms/ChangeLog
+++ b/app-doc/pms/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-doc/pms
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/ChangeLog,v 1.10 2009/04/12 18:48:35 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/ChangeLog,v 1.11 2009/04/13 08:45:32 fauli Exp $
+
+*pms-2 (13 Apr 2009)
+
+ 13 Apr 2009; Christian Faulhammer <fauli@gentoo.org> +pms-2.ebuild:
+ add an ebuild which installs the approved EAPI 2 version of the PMS
12 Apr 2009; Christian Faulhammer <fauli@gentoo.org> metadata.xml:
add ulm and myself as maintainers
diff --git a/app-doc/pms/pms-2.ebuild b/app-doc/pms/pms-2.ebuild
new file mode 100644
index 000000000000..41f27ca441db
--- /dev/null
+++ b/app-doc/pms/pms-2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-2.ebuild,v 1.1 2009/04/13 08:45:32 fauli Exp $
+
+EAPI=2
+
+DESCRIPTION="Gentoo Package Manager Specification (draft)"
+HOMEPAGE="http://www.gentoo.org/proj/en/qa/pms.xml"
+SRC_URI="http://dev.gentoo.org/~gentoofan23/pms/eapi-2-approved/pms.pdf -> pms-${PV}.pdf"
+
+LICENSE="CCPL-Attribution-ShareAlike-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_unpack() {
+ :
+}
+
+src_install() {
+ dodoc "${DISTDIR}"/pms-2.pdf || die
+}