public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ptexenc/
Date: Thu, 10 Oct 2019 18:06:31 +0000 (UTC)	[thread overview]
Message-ID: <1570730740.8d09996f3dc1e90cc36d1fb6f3454d47afb7ab42.zlogene@gentoo> (raw)

commit:     8d09996f3dc1e90cc36d1fb6f3454d47afb7ab42
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 17:57:18 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 18:05:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d09996f

dev-libs/ptexenc: Drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-libs/ptexenc/Manifest                       |  2 -
 dev-libs/ptexenc/ptexenc-1.3.4_p20160523.ebuild | 50 -------------------------
 dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild | 50 -------------------------
 3 files changed, 102 deletions(-)

diff --git a/dev-libs/ptexenc/Manifest b/dev-libs/ptexenc/Manifest
index 0c5f2e4c78d..3318fe46b7f 100644
--- a/dev-libs/ptexenc/Manifest
+++ b/dev-libs/ptexenc/Manifest
@@ -1,3 +1 @@
-DIST texlive-20160523-source.tar.xz 45941100 BLAKE2B 8752212d41d6bbabc725d9b1dcc187dd4dbb34df4271c768e83c13a2dd4e7170aa162d01a15d87fa02bc1b5abee648a2d35e3aa1380569851cc21d6f33f2f109 SHA512 915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e
-DIST texlive-20170524-source.tar.xz 63483372 BLAKE2B 44669d1228f5be27e9d93672a4f4ead40f7f4c6cf386f2db6fef54d64f8b8a743a485fe1170904d8117b9745f71ec77db8434caa6cdd79359b1f3f387130a3b4 SHA512 18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa
 DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d SHA512 7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e

diff --git a/dev-libs/ptexenc/ptexenc-1.3.4_p20160523.ebuild b/dev-libs/ptexenc/ptexenc-1.3.4_p20160523.ebuild
deleted file mode 100644
index a4689313395..00000000000
--- a/dev-libs/ptexenc/ptexenc-1.3.4_p20160523.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit libtool
-
-DESCRIPTION="Library for Japanese pTeX providing a better way of handling character encodings"
-HOMEPAGE="http://tutimura.ath.cx/ptexlive/?ptexenc"
-SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
-# http://tutimura.ath.cx/~nob/tex/ptexlive/ptexenc/${P}.tar.xz
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
-IUSE="iconv static-libs"
-
-DEPEND="iconv? ( virtual/libiconv )
-	dev-libs/kpathsea"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
-
-src_prepare() {
-	default
-
-	# https://bugs.gentoo.org/show_bug.cgi?id=377141
-	sed -i '/^LIBS/s:@LIBS@:@LIBS@ @KPATHSEA_LIBS@:' "${S}"/Makefile.in || die
-
-	cd "${WORKDIR}/texlive-${PV#*_p}-source"
-	S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize #sane .so versionning on gfbsd
-}
-
-src_configure() {
-	econf \
-		--with-system-kpathsea \
-		$(use_enable static-libs static) \
-		$(use_enable iconv kanji-iconv)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	find "${D}" -name '*.la' -delete
-
-	insinto /usr/include/ptexenc
-	doins ptexenc/unicode-jp.h
-	use iconv && doins ptexenc/kanjicnv.h
-
-	dodoc ChangeLog README
-}

diff --git a/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild b/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild
deleted file mode 100644
index 13abee82788..00000000000
--- a/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit libtool
-
-DESCRIPTION="Library for Japanese pTeX providing a better way of handling character encodings"
-HOMEPAGE="http://tutimura.ath.cx/ptexlive/?ptexenc"
-SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
-# http://tutimura.ath.cx/~nob/tex/ptexlive/ptexenc/${P}.tar.xz
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="iconv static-libs"
-
-DEPEND="iconv? ( virtual/libiconv )
-	dev-libs/kpathsea"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
-
-src_prepare() {
-	default
-
-	# https://bugs.gentoo.org/show_bug.cgi?id=377141
-	sed -i '/^LIBS/s:@LIBS@:@LIBS@ @KPATHSEA_LIBS@:' "${S}"/Makefile.in || die
-
-	cd "${WORKDIR}/texlive-${PV#*_p}-source"
-	S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize #sane .so versionning on gfbsd
-}
-
-src_configure() {
-	econf \
-		--with-system-kpathsea \
-		$(use_enable static-libs static) \
-		$(use_enable iconv kanji-iconv)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	find "${D}" -name '*.la' -delete
-
-	insinto /usr/include/ptexenc
-	doins ptexenc/unicode-jp.h
-	use iconv && doins ptexenc/kanjicnv.h
-
-	dodoc ChangeLog README
-}


             reply	other threads:[~2019-10-10 18:06 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-10 18:06 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-15 11:47 [gentoo-commits] repo/gentoo:master commit in: dev-libs/ptexenc/ Sam James
2025-01-15 11:44 Sam James
2025-01-15 11:44 Sam James
2024-12-09 10:26 Florian Schmaus
2024-08-09  8:57 Sam James
2024-06-15 21:44 Sam James
2024-06-15 21:44 Sam James
2024-06-15 21:44 Sam James
2024-06-15 21:44 Sam James
2024-06-15 21:09 Sam James
2024-06-15 21:09 Sam James
2023-03-20  2:22 Sam James
2022-05-14 10:30 WANG Xuerui
2021-08-14  3:48 Sam James
2021-08-02 20:21 David Seifert
2021-07-03  9:31 Mikle Kolyada
2021-06-05 11:29 Mikle Kolyada
2021-06-05 11:27 Mikle Kolyada
2021-04-02  8:06 Mikle Kolyada
2021-01-06 19:34 Fabian Groffen
2020-05-31  8:19 Sergei Trofimovich
2020-05-20 13:26 Mikle Kolyada
2020-04-13  6:26 Mikle Kolyada
2020-04-13  6:20 Mikle Kolyada
2019-10-06  6:03 Mikle Kolyada
2019-05-30 10:37 Mikle Kolyada
2018-06-28 14:37 Mikle Kolyada
2018-04-08 17:11 Mart Raudsepp
2018-04-06 11:05 Fabian Groffen
2017-11-13  7:54 Sergei Trofimovich
2017-10-16  8:28 Sergei Trofimovich
2017-10-15 19:54 Sergei Trofimovich
2017-08-20 16:59 Thomas Deutschmann
2017-07-19  4:49 Markus Meier
2017-07-16 11:08 Tobias Klausmann
2017-07-15 16:42 Tobias Klausmann
2017-07-10 21:31 Sergei Trofimovich
2017-06-05 13:02 Alexis Ballier
2017-06-05 13:02 Alexis Ballier
2017-04-29 12:35 Jeroen Roovers
2017-04-12 20:47 Andreas Hüttel
2017-03-29  8:38 Michael Weber
2017-03-07 17:08 Michael Weber
2017-03-03 19:00 Markus Meier
2017-03-02 10:30 Agostino Sarubbo
2017-02-28 11:22 Tobias Klausmann
2017-02-17  8:17 Michael Weber
2017-01-22 15:25 Agostino Sarubbo
2017-01-22  8:18 Tobias Klausmann
2017-01-21 21:53 Agostino Sarubbo
2017-01-21 21:41 Agostino Sarubbo
2017-01-20 10:28 Alexis Ballier
2017-01-15 11:42 Manuel Rüger
2015-12-06 12:11 Markus Meier

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=1570730740.8d09996f3dc1e90cc36d1fb6f3454d47afb7ab42.zlogene@gentoo \
    --to=zlogene@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