public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/
Date: Sat, 13 Feb 2016 16:34:46 +0000 (UTC)	[thread overview]
Message-ID: <1455381129.945c97f89b93a09d80c809c9990bb24b5b3033d0.ulm@gentoo> (raw)

commit:     945c97f89b93a09d80c809c9990bb24b5b3033d0
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 16:32:09 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 16:32:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945c97f8

app-doc/pms: Remove old.

Package-Manager: portage-2.2.27

 app-doc/pms/Manifest        |  2 --
 app-doc/pms/pms-5-r2.ebuild | 45 ---------------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/app-doc/pms/Manifest b/app-doc/pms/Manifest
index b6acd49..af1fc0d 100644
--- a/app-doc/pms/Manifest
+++ b/app-doc/pms/Manifest
@@ -1,4 +1,2 @@
-DIST pms-5-prebuilt.tar.xz 540244 SHA256 c93ce6902db323ab7ec613ad90a6dca2beda2dd2cebcc3e8ace83c1faeb6a1c7 SHA512 64baadd65f1751783032065832d2a18242967f1853d9b6ce0565a5477c021cfad3c06d9c3cfeb83ca9a64bbb052ec67c174bfd27036945ff762fe4bbf8c28451 WHIRLPOOL 9369c7604fdf0aadb7666f1fc08f041b064896d6359dd76779dc3af842fef14d81aed07301ec52eac11462664d16faed0e3fd50a0b96702822c59538917f5f78
-DIST pms-5.tar.xz 50284 SHA256 a3b7702298adc4481584ed03f2d49e9fa7ea58638d8e8e9bf36fca832b2fbc87 SHA512 560bdda40d4d1628e97b65bb354c349e3ac52edd1e337427adb0db61e99b40d214459a5046f4b505edfabc3914e2d585ef0453b13057a25fe138b8a5ebd6292e WHIRLPOOL 373d333f1c060faacbfbd398ae3be3a0143c0ee618b093867313e4182bce7f15609445d2fc6b109f6f02fe597fe8f6cf687673029569e27fa7ed3411f4932013
 DIST pms-6_p20151113-prebuilt.tar.xz 536876 SHA256 c9bd8e6cd5cc29031327202ebf645843a1055651b9719faab3e14ecb0c1dd246 SHA512 1ea7fe4ccd235921c75bfae267834005b50994cf76a43a0ae40e4d044179e375fd99fe4ddd7f03f9aeef3bb8cd7e3a02cf6f5cccb78a2daa3a3a02a428c60131 WHIRLPOOL 8297dbf280a66f1532ccd4632018efae5c7802f22c7024b4a0b7185641b4d97ac790303f86fd66fa91868c8f3071935d757568afd5e74cc36c80c22cf65f6fec
 DIST pms-6_p20151113.tar.xz 53784 SHA256 2099b3c698acd38d2188afff8bb0c19817d5b9f5d98c6d1e3c746df12111a75f SHA512 92af8c06c9b278a468de74c2686285b9b9a5d0234537aa9371ac99875ec15238edf41f8d86ee058ed8c471ecffa9f033993eb07921fe1bd034d838717f70b7ef WHIRLPOOL 1276df9dd735d3558e4605ba7cc4ef7997f53b1d5cc73debd24cef9192f588039975e3cdae3d6877d7a882441f0a47c8797d85670794efcdfc1f2bdbd70d7e0b

diff --git a/app-doc/pms/pms-5-r2.ebuild b/app-doc/pms/pms-5-r2.ebuild
deleted file mode 100644
index 46d4d27..0000000
--- a/app-doc/pms/pms-5-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Gentoo Package Manager Specification"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification"
-SRC_URI="!binary? ( https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz )
-	binary? ( https://dev.gentoo.org/~ulm/distfiles/${P}-prebuilt.tar.xz )"
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="binary html"
-
-DEPEND="!binary? (
-		dev-tex/leaflet
-		dev-texlive/texlive-bibtexextra
-		dev-texlive/texlive-latex
-		dev-texlive/texlive-latexextra
-		dev-texlive/texlive-latexrecommended
-		dev-texlive/texlive-science
-		html? (
-			app-text/recode
-			>=dev-tex/tex4ht-20090115_p0029
-		)
-	)"
-RDEPEND=""
-
-src_compile() {
-	if ! use binary; then
-		emake
-		use html && emake html
-	fi
-}
-
-src_install() {
-	dodoc pms.pdf eapi-cheatsheet.pdf
-	if use html; then
-		docinto html
-		dodoc *.html pms.css $(shopt -s nullglob; echo *.png)
-		dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
-	fi
-}


             reply	other threads:[~2016-02-13 16:34 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-13 16:34 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-25 16:59 [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/ Ulrich Müller
2021-07-05 19:05 Ulrich Müller
2021-07-05 19:05 Ulrich Müller
2021-06-23 10:21 Ulrich Müller
2021-06-14  6:19 Ulrich Müller
2021-06-13 20:21 Ulrich Müller
2021-06-13 20:21 Ulrich Müller
2021-05-21  6:46 Ulrich Müller
2021-05-14 20:43 Ulrich Müller
2021-01-06 12:59 Fabian Groffen
2020-12-27 13:39 Fabian Groffen
2020-08-24 17:50 Ulrich Müller
2020-07-24 11:10 Ulrich Müller
2020-07-02  9:10 Ulrich Müller
2020-06-24 12:01 Ulrich Müller
2020-06-24 11:14 Ulrich Müller
2020-06-13 10:53 Ulrich Müller
2020-06-13  9:55 Mikle Kolyada
2019-11-30 10:49 Ulrich Müller
2019-07-05 17:00 Ulrich Müller
2019-04-13 15:56 Ulrich Müller
2019-04-11 21:15 Aaron Bauman
2019-03-14 18:14 Mikle Kolyada
2019-03-14  8:31 Sergei Trofimovich
2019-03-13 19:33 Ulrich Müller
2018-06-18 20:22 Ulrich Müller
2018-06-17 10:09 Ulrich Müller
2018-06-17  9:55 Ulrich Müller
2018-06-17  9:55 Ulrich Müller
2018-05-05  9:11 Ulrich Müller
2018-05-05  7:36 Ulrich Müller
2018-05-04 14:46 Ulrich Müller
2018-04-30 22:38 Ulrich Müller
2018-04-09 19:30 Andreas Sturmlechner
2017-12-04 15:54 Ulrich Müller
2017-12-04 15:54 Ulrich Müller
2017-06-15 18:16 Ulrich Müller
2017-06-15 18:16 Ulrich Müller
2017-06-15 16:07 Markus Meier
2017-06-15  8:58 Ulrich Müller
2017-06-15  6:18 Ulrich Müller
2017-06-13 12:31 Agostino Sarubbo
2017-06-10 13:45 Agostino Sarubbo
2017-06-08 10:16 Agostino Sarubbo
2017-05-31 18:24 Ulrich Müller
2017-04-29 20:31 Ulrich Müller
2017-03-29 20:12 Ulrich Müller
2017-03-05 20:48 Ulrich Müller
2017-02-27 18:48 Ulrich Müller
2017-02-08 20:14 Ulrich Müller
2017-01-29 14:38 Fabian Groffen
2017-01-23  9:02 Alexis Ballier
2016-02-13 15:25 Agostino Sarubbo
2016-02-04 12:35 Tobias Klausmann
2016-01-25  0:46 Ulrich Müller
2015-11-13 21:02 Ulrich Müller
2015-11-08 23:06 Ulrich Müller
2015-11-08 21:27 Ulrich Müller
2015-10-31  9:41 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455381129.945c97f89b93a09d80c809c9990bb24b5b3033d0.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox