From e000645bea7492c9f5277722c0ada7e1ee0b4833 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 14 Aug 2024 11:06:13 +0100 Subject: gentoo auto-resync : 14:08:2024 - 11:06:13 --- sci-electronics/xcircuit/Manifest | 2 +- .../xcircuit/xcircuit-3.10.30-r1.ebuild | 56 ---------------------- .../xcircuit/xcircuit-3.10.30-r2.ebuild | 56 ++++++++++++++++++++++ 3 files changed, 57 insertions(+), 57 deletions(-) delete mode 100644 sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild create mode 100644 sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild (limited to 'sci-electronics/xcircuit') diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest index f440d9f07429..64354528f969 100644 --- a/sci-electronics/xcircuit/Manifest +++ b/sci-electronics/xcircuit/Manifest @@ -1,3 +1,3 @@ DIST xcircuit-3.10.30.tgz 1619256 BLAKE2B 5316a2dc7d9864eefbdbf1647920c322c85adfbe27289a7c4dfc719940921754a6e616af530b20b3ffa159004ce6808cceb6e4d9349dcbc110e2e580a574c7a1 SHA512 52bf65fa9b5c095092f60abe32b3c88180365cc8043a8e95652ea9ab20e01c3e790989fe41171ecd1b2c60684016f6963c4851105b17a1c8a3bac8d75db84a8e -EBUILD xcircuit-3.10.30-r1.ebuild 997 BLAKE2B 4baa4b68cae16172cb45c99b729ee8434e272761f90f294510f12e9d3215d0a47a3d73e376a1cb236382eb834c5145412f473f3d17746721875670da42edfe5b SHA512 83436efb984085e794bb58c6aaba2886f7b8fd290459d5c1e048707ea5a89b021b069590d0d1ff75a10ef16d0d6cf45a747017c013ffc52132df72d3b0065dcf +EBUILD xcircuit-3.10.30-r2.ebuild 1000 BLAKE2B f0a1ea4a5fd42e72695e627f2176371c7542b1515d46da388decfb6c7179887c98e894eb4df581b79d567507350c7bc05b4237bbfbbd5baec5a2f82bf877b198 SHA512 f9c057daeb6fc058d79a3ca4be2b2cd096908cb9ea167056fc3844c1436d7dd29fcb008df90d866f0a30868b22165f0285f59def127b3000437ca58e4096ba09 MISC metadata.xml 1333 BLAKE2B 1fb547b0d383602672a1152fbeb881a135405ff0f3c95a2a533fa6e40d10b94437e6556fc75d8c9f229d2d17930ef8da6a737d001f8cf515f2f6079b349ddbf3 SHA512 4baf29f0b6edbf09c2e53f3787d8e288b3efe288d068229162106f5cbe108c3b9df14cef6c9fa9757c5f1586af4a83c6bf5c4661b32643ffcedfa2334c9b435e diff --git a/sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild b/sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild deleted file mode 100644 index 99dddef08239..000000000000 --- a/sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Circuit drawing and schematic capture program" -SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz" -HOMEPAGE="http://opencircuitdesign.com/xcircuit" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" -IUSE="tcl" - -DEPEND=" - app-text/ghostscript-gpl:= - media-libs/fontconfig:1.0= - sys-libs/zlib:= - x11-libs/cairo - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXt - tcl? ( - dev-lang/tcl:0= - dev-lang/tk:0= - ) -" -RDEPEND="${DEPEND} - sci-electronics/ngspice" - -src_prepare() { - default - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - local myeconfargs=( - --with-cairo - --with-ngspice - $(use_with tcl) - $(use_with tcl tcllibs "/usr/$(get_libdir)") - $(use_with tcl tk) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples -} diff --git a/sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild b/sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild new file mode 100644 index 000000000000..5b7a88dac467 --- /dev/null +++ b/sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Circuit drawing and schematic capture program" +SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz" +HOMEPAGE="http://opencircuitdesign.com/xcircuit" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc ~x86" +IUSE="tcl" + +DEPEND=" + app-text/ghostscript-gpl:= + media-libs/fontconfig:1.0= + sys-libs/zlib:= + x11-libs/cairo[X] + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXt + tcl? ( + dev-lang/tcl:0= + dev-lang/tk:0= + ) +" +RDEPEND="${DEPEND} + sci-electronics/ngspice" + +src_prepare() { + default + mv configure.{in,ac} || die + eautoreconf +} + +src_configure() { + local myeconfargs=( + --with-cairo + --with-ngspice + $(use_with tcl) + $(use_with tcl tcllibs "/usr/$(get_libdir)") + $(use_with tcl tk) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples +} -- cgit v1.2.3