From a9c7791830ecd19a2d5f2ca0eac6418a0746f4d1 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Nov 19 2014 22:30:22 +0000 Subject: 2014-11-19: Retired because of broken dependencies during cleanup for Fedora 21 --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 293116d..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/valencia-0.4.0-9b1f910.tar.xz -/valencia-0.4.0-94442bf.tar.xz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3cd71f7 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2014-11-19: Retired because of broken dependencies during cleanup for Fedora 21 + diff --git a/gedit-valencia-0.4.0-vala-0.22.patch b/gedit-valencia-0.4.0-vala-0.22.patch deleted file mode 100644 index 3c88069..0000000 --- a/gedit-valencia-0.4.0-vala-0.22.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 86088260dcf29707c7d1d4546e8a84db75fce975 Mon Sep 17 00:00:00 2001 -From: Michel Alexandre Salim -Date: Tue, 3 Sep 2013 08:45:46 +0700 -Subject: [PATCH] Compile against Vala API level 0.22 - ---- - Makefile | 7 +++---- - 1 file changed, 3 insertions(+), 4 deletions(-) - -diff --git a/Makefile b/Makefile -index 26efdf5..5d514ef 100644 ---- a/Makefile -+++ b/Makefile -@@ -9,16 +9,16 @@ MIN_VALAC_VERSION := 0.20.1 - - SOURCES = autocomplete.vala browser.vala expression.vala gtk_util.vala parser.vala program.vala \ - scanner.vala settings.vala util.vala valencia.vala -- -+ - PACKAGES = --pkg gedit --pkg gee-0.8 --pkg gtk+-3.0 --pkg gtksourceview-3.0 \ -- --pkg libpeas-1.0 --pkg libvala-0.20 --pkg vte-2.90 -+ --pkg libpeas-1.0 --pkg libvala-0.22 --pkg vte-2.90 - - PACKAGE_VERSIONS = \ - gedit >= 2.91.0 \ - gee-0.8 >= 0.8.6 \ - gtksourceview-3.0 >= 3.0.0 \ - gtk+-3.0 >= 3.0.0 \ -- libvala-0.20 >= 0.20.1 \ -+ libvala-0.22 >= 0.20.1 \ - vte-2.90 >= 0.27.90 - - OUTPUTS = libvalencia.so valencia.plugin -@@ -74,4 +74,3 @@ dist: $(DIST_FILES) - clean: - rm -f $(SOURCES:.vala=.c) $(SOURCES:.vala=.vala.c) $(SOURCES:.vala=.h) *.so - rm -f valencia.plugin -- --- -1.8.3.1 - diff --git a/gedit-valencia.spec b/gedit-valencia.spec deleted file mode 100644 index d5e067e..0000000 --- a/gedit-valencia.spec +++ /dev/null @@ -1,155 +0,0 @@ -# when Koji is building SRPM, dependencies won't be installed yet -%if %($(pkg-config gedit) ; echo $?) -# This will get overridden by pkg-config; defaulting to minimum req -%global gedit_version 2.91.0 -%else -%global gedit_version %(pkg-config gedit --modversion) -%endif - -%global debug_package %{nil} -%global major_ver 0.4 - -# git rev-parse --short ... -%global commit_hash 94442bf -%global alphatag 20131223git%{commit_hash} - -Name: gedit-valencia -Version: %{major_ver}.0 -Release: 4.%{alphatag}%{?dist} -#Release: 2%{?dist} -Summary: A gedit plugin providing lightweight Vala IDE - -Group: Development/Tools -License: LGPLv2+ -URL: https://wiki.gnome.org/action/show/Projects/Valencia -# git archive --format=tar --prefix=valencia-%%{version}-%%{commit_hash}/ %%{commit_hash} | xz > ../valencia-%%{version}-%%{commit_hash}.tar.xz -Source0: valencia-%{version}-%{commit_hash}.tar.xz -#Source0: http://yorba.org/download/valencia/%{major_ver}/valencia-%{version}.tar.xz -#Patch0: %{name}-0.4.0-vala-0.22.patch - -BuildRequires: pkgconfig(gedit) -BuildRequires: pkgconfig(gee-0.8) -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(gtksourceview-3.0) -BuildRequires: pkgconfig(libpeas-1.0) -BuildRequires: pkgconfig(libvala-0.24) -BuildRequires: pkgconfig(vte-2.90) -Requires: gedit >= %{gedit_version} - -%description -Valencia is a gedit plugin that turns gedit into a lightweight IDE for Vala. -Using Valencia, you can easily browse between symbols in a Vala program. You -can build a Vala program inside gedit and can easily jump to lines with -build errors. You can also get tooltips for methods and get autocompletion -suggestions by invoking autocomplete in the appropriate context. - - -%prep -%setup -q -n valencia-%{version}-%{commit_hash} - - -%build -VFLAGS= -for f in $RPM_OPT_FLAGS; do - if [ $f != "-g" ]; then - VFLAGS="$VFLAGS -X $f " - fi -done -make %{?_smp_mflags} VFLAGS="$VFLAGS" - - -%install -rm -rf $RPM_BUILD_ROOT -PLUGINDIR=$RPM_BUILD_ROOT%{_libdir}/gedit/plugins -mkdir -p $PLUGINDIR -# no debuginfo generation; need to strip the library by hand -strip libvalencia.so -cp -p libvalencia.so valencia.plugin $PLUGINDIR - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README THANKS -%{_libdir}/gedit/plugins/*valencia* - - - -%changelog -* Sat Aug 16 2014 Fedora Release Engineering - 0.4.0-4.20131223git94442bf -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Wed Jul 23 2014 Kalev Lember - 0.4.0-3.20131223git94442bf -- Rebuilt for vala 0.26 - -* Sat Jun 07 2014 Fedora Release Engineering - 0.4.0-2.20131223git94442bf -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed Feb 5 2014 Michel Salim - 0.4.0-1.20131223git94442bf -- Update to latest snapshot - -* Tue Sep 3 2013 Michel Salim - 0.4.0-2.20130618git9b1f910 -- Update to latest snapshot, merging support for newer Vala and Gedit APIs -- Use Vala API 0.22 on Fedora 20+ - -* Sat Aug 03 2013 Fedora Release Engineering - 0.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sun Apr 7 2013 Michel Salim - 0.4.0-1 -- Update to 0.4.0 - -* Tue Mar 26 2013 Kalev Lember - 0.3.0-16.20120919git97087fc -- Rebuilt for gtksourceview3 soname bump - -* Sun Mar 17 2013 Michel Salim - 0.3.0-15.20120919git97087fc -- Update project URL - -* Sun Mar 17 2013 Michel Salim - 0.3.0-14.20120919git97087fc -- Update to fix build problems with newer Vala versions - -* Wed Feb 13 2013 Fedora Release Engineering - 0.3.0-13.20120430gite8a0f500555be -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Jul 19 2012 Fedora Release Engineering - 0.3.0-12.20120430gite8a0f500555be -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sun May 6 2012 Michel Salim - 0.3.0-11.20120430git%{commit_hash}%{?dist} -- Update for Vala 0.17.x - -* Wed Feb 1 2012 Michel Salim - 0.3.0-10.20111212gitd6504e0ccdb0a -- Update for Vala 0.15.x - -* Fri Jan 13 2012 Fedora Release Engineering - 0.3.0-9.20110701git808152718e3ab -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 0.3.0-8.20110701git808152718e3ab -- Rebuild for new libpng - -* Sun Aug 7 2011 Michel Salim - 0.3.0-7.20110701git808152718e3ab -- Rebuild against Vala 0.13.1 - -* Thu Jul 7 2011 Michel Salim - 0.3.0-6.20110701git808152718e3ab -- Snapshot release with gedit 3 support - -* Tue Feb 08 2011 Fedora Release Engineering - 0.3.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sat Nov 27 2010 Michel Salim - 0.3.0-4 -- More flexibly handle builds for different Vala API versions - -* Tue Oct 19 2010 Michel Salim - 0.3.0-3 -- Pass compiler flags as VFLAGS, not CFLAGS -- Disable debuginfo generation for now, since the script cannot locate - Vala sources unless one generates intermediate C sources - -* Wed Sep 15 2010 Michel Salim - 0.3.0-2 -- Make valencia buildable against vala >= 0.9.5 in F-14+ and EL-6+ - -* Mon Jul 26 2010 Michel Salim - 0.3.0-1 -- Update to 0.3.0 - -* Sun Aug 23 2009 Michel Salim - 0.2.1-1 -- Initial Fedora package diff --git a/sources b/sources deleted file mode 100644 index a1e1a35..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -8c6eefa35a6f8ed30f380943202b24bb valencia-0.4.0-94442bf.tar.xz