summaryrefslogtreecommitdiff
path: root/sci-libs/libticalcs2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /sci-libs/libticalcs2
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'sci-libs/libticalcs2')
-rw-r--r--sci-libs/libticalcs2/Manifest2
-rw-r--r--sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild40
2 files changed, 0 insertions, 42 deletions
diff --git a/sci-libs/libticalcs2/Manifest b/sci-libs/libticalcs2/Manifest
index 35eb7e869848..a31e7fe101ac 100644
--- a/sci-libs/libticalcs2/Manifest
+++ b/sci-libs/libticalcs2/Manifest
@@ -1,5 +1,3 @@
-DIST libticalcs2-1.1.8.tar.bz2 524151 BLAKE2B ace580d1bb810b741fd40d310cd55d0743212fbd279e900e5a9e26000169e21a63a970300d7e355cff13f5893f61e79d02a633f4cfecd42f1a0446c8f666323a SHA512 0e09148006f5ee227d1b347ef44a6e755cb1dd757b8ff99e0f006aec0bc37c40dc5e293e44a0d91fc966b47da9113b4f00a71d9d9aa5cfbea4b01487232c1c08
DIST libticalcs2-1.1.9.tar.bz2 269963 BLAKE2B 9cebc63647afe5b7e45b44f4e6a48902b9ae551d38eeb4bb2112a84988355bb7beafb27192b90c597b9613f8cb2dfb67f2b2eeb2e270b1d3fdd620f8f8d0c2cf SHA512 a55fa92df787929397f4ed3e8f922355f71c7883459ceb98fbb8d39d18f06441147188aaabf7a67083d70549443e439744e68527742e2b7b5d3d2838cc41b4da
-EBUILD libticalcs2-1.1.8.ebuild 872 BLAKE2B 3bdeb5dd4cee111070fd568afd532c0ffdf36b61114983a020d016b532111f79b5b4479f3fa5651817c952ec3c0ba7f726c4d6566649b03e68ee4ca3c0c4322e SHA512 5971c7ffe9d8f22c224b967047b4d850d9de590ade19d01254668c851395ec483d4e0e13946cd1cb0adbbda56fcd42f27a05d1a4e7793fefad2014a36e2e47eb
EBUILD libticalcs2-1.1.9.ebuild 929 BLAKE2B b837566aba7ffc56df3b76897cffd83e269402e812780abab4b5ca2c6a2a943198f52c5adecfdcdcaedac3cc956bda2d1b840055c652605b4b7126647e0e80c3 SHA512 53bcbcd5017d6ed7c586295774f1a534c3cfa5ce833a282239fbed6a2893ff273760d36a29878e2d35691ad681cfb4be4909d7a9e8cfc233422c3c55a3c6215f
MISC metadata.xml 672 BLAKE2B b547817f270276bc996870f80c19e3fae791b858786b70731e7f62d242a8cf5483f58b4160d8ce94c964f78dbd506b6ba0ece865b3594a41f63ed3f16d4cc6cd SHA512 7a9782159034bebdad0a67ea352f898a577452ac83f6525f30092cc240a412f938c140da4fad7a254ba5679017de13af5aeeffe5a69c610a01bc882c9ee69d24
diff --git a/sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild b/sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild
deleted file mode 100644
index c40ed386d70d..000000000000
--- a/sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Library for communication with TI calculators"
-HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
-SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc nls static-libs"
-
-RDEPEND="
- dev-libs/glib:2
- >=sci-libs/libticables2-1.3.3
- >=sci-libs/libticonv-1.1.3
- >=sci-libs/libtifiles2-1.1.5
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )
-
-src_configure() {
- local myeconfargs=(
- --disable-rpath
- $(use_enable nls)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- use doc && dohtml docs/html/*
-}