diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-01-04 13:49:19 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-01-04 13:52:41 +0100 |
commit | edceccbb0ae263a452de40fc9b13720fe8c99414 (patch) | |
tree | fb161fec362faee6b730d2fd78cf68addf68fc08 /gnustep-base | |
parent | gnustep-base/gnustep-back-cairo: drop old (diff) | |
download | gentoo-edceccbb0ae263a452de40fc9b13720fe8c99414.tar.gz gentoo-edceccbb0ae263a452de40fc9b13720fe8c99414.tar.bz2 gentoo-edceccbb0ae263a452de40fc9b13720fe8c99414.zip |
gnustep-base/gnustep-back-xlib: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-base')
5 files changed, 0 insertions, 184 deletions
diff --git a/gnustep-base/gnustep-back-xlib/Manifest b/gnustep-base/gnustep-back-xlib/Manifest index f534eb806dcb..2a104cbde5fb 100644 --- a/gnustep-base/gnustep-back-xlib/Manifest +++ b/gnustep-base/gnustep-back-xlib/Manifest @@ -1,5 +1 @@ -DIST gnustep-back-0.25.0.tar.gz 974762 BLAKE2B ef3ef5bf822b2cd96ac8f6256708c275193db9ba2bfe3d669c3a50e1f4ff9bfb1560a0a2ee1c38e58a13e0e3e081548102dd83a06bdf880fe857046d3d7940ef SHA512 38a098e7fe207c902428c05f01ebf0336b33fb9213368038c2513236255723b642fd9576524ad119ee9511c708be21c155eeaaf297e05c6ebdab8e59efe05770 -DIST gnustep-back-0.25.1.tar.gz 974775 BLAKE2B 8050c20f405da340a0f42655ca2b0f43761d60b8ee6eab7ce4bbd5f323f7ab8b59506b0b8c5c057eb8303c0b7efe4d80ab428ca100b319a9b927d74bdb37ddd4 SHA512 0515672c38265499dc3f0be5127053bc7b2478130cac69cb70c29e5887832472dfdcf90b756ab0926ba5967c0be93e041a1f820dc58f973e41b648e08a569656 -DIST gnustep-back-0.26.2.tar.gz 969473 BLAKE2B a16b8663492ca1d59ac1267b3e5421cc14672251c273624e4bcc5e587783968baebfcca020c3f0ccaf73de9c0c43f872a303be4c1ef83c78e1bf102d47f2feea SHA512 99912430425e36b386b3f7bb3a49989c92edd20e3166292e6697c532a7f8ae17682c80bb39fa6177c67bb75bcd9befc44f53874eb5ca1406f51af44b15c9685e -DIST gnustep-back-0.27.0.tar.gz 972099 BLAKE2B ca3090d743a3bcc0995e7b2bfbb39dd72aac6d3b8b62036a17860306728e58d432d3075918b7d49e7e1930974e5a5ae5e0c2ae3c2c7ebb383e859106cfc1c072 SHA512 0823a50b6719af1a48139fb7d85eb70d7c1ae367d0c0d00007568131b56372063437ae7b464f0314fc1e7f8d25b87e87b58bcc914c27d2d000ff31deea948ab3 DIST gnustep-back-0.28.0.tar.gz 973776 BLAKE2B c82792d9c2af45a3a81e1e40c9b0afe7b4dde7846cf4e593ec2f3e816196a321efba2d0d40d14795eed01681845bc6b5d75e8828c689961b6ba2db6de5231568 SHA512 9befc654ec431fe2a23baff2bfe848d7e4f32c58ecee877ca9606ba318ba470493469e28a5b3e37ca132f0f1262219ebd2755c3da7b26fbd1b66dddb1514d25c diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.25.0.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.25.0.ebuild deleted file mode 100644 index a33db57845c1..000000000000 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.25.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnustep-base - -DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library" -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="opengl xim" - -RDEPEND="${GNUSTEP_CORE_DEPEND} - =gnustep-base/gnustep-gui-${PV%.*}* - opengl? ( virtual/opengl virtual/glu ) - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXft - x11-libs/libXrender - >=media-libs/freetype-2.1.9 - - !gnustep-base/gnustep-back-art - !gnustep-base/gnustep-back-cairo" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/gnustep-back-${PV} - -src_configure() { - egnustep_env - - myconf="$(use_enable opengl glx)" - myconf="$myconf $(use_enable xim)" - myconf="$myconf --enable-server=x11" - myconf="$myconf --enable-graphics=xlib" - - econf $myconf -} diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.25.1.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.25.1.ebuild deleted file mode 100644 index d19ea724eb46..000000000000 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.25.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnustep-base - -DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library" -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="opengl xim" - -RDEPEND="${GNUSTEP_CORE_DEPEND} - =gnustep-base/gnustep-gui-${PV%.*}* - opengl? ( virtual/opengl virtual/glu ) - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXft - x11-libs/libXrender - >=media-libs/freetype-2.1.9 - - !gnustep-base/gnustep-back-art - !gnustep-base/gnustep-back-cairo" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/gnustep-back-${PV} - -src_configure() { - egnustep_env - - myconf="$(use_enable opengl glx)" - myconf="$myconf $(use_enable xim)" - myconf="$myconf --enable-server=x11" - myconf="$myconf --enable-graphics=xlib" - - econf $myconf -} diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.26.2.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.26.2.ebuild deleted file mode 100644 index d19ea724eb46..000000000000 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.26.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnustep-base - -DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library" -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="opengl xim" - -RDEPEND="${GNUSTEP_CORE_DEPEND} - =gnustep-base/gnustep-gui-${PV%.*}* - opengl? ( virtual/opengl virtual/glu ) - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXft - x11-libs/libXrender - >=media-libs/freetype-2.1.9 - - !gnustep-base/gnustep-back-art - !gnustep-base/gnustep-back-cairo" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/gnustep-back-${PV} - -src_configure() { - egnustep_env - - myconf="$(use_enable opengl glx)" - myconf="$myconf $(use_enable xim)" - myconf="$myconf --enable-server=x11" - myconf="$myconf --enable-graphics=xlib" - - econf $myconf -} diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.27.0.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.27.0.ebuild deleted file mode 100644 index 29932627c821..000000000000 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.27.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnustep-base - -DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library" -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="opengl xim" - -RDEPEND="${GNUSTEP_CORE_DEPEND} - =gnustep-base/gnustep-gui-${PV%.*}* - opengl? ( virtual/opengl virtual/glu ) - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXft - x11-libs/libXrender - >=media-libs/freetype-2.1.9 - - !gnustep-base/gnustep-back-art - !gnustep-base/gnustep-back-cairo" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/gnustep-back-${PV} - -src_configure() { - egnustep_env - - myconf="$(use_enable opengl glx)" - myconf="$myconf $(use_enable xim)" - myconf="$myconf --enable-server=x11" - myconf="$myconf --enable-graphics=xlib" - - econf $myconf -} |