dev-ada/libgpr: forget patch
authorTupone Alfredo <tupone@gentoo.org>
Thu, 5 Dec 2019 18:21:17 +0000 (19:21 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Thu, 5 Dec 2019 18:21:17 +0000 (19:21 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
dev-ada/libgpr/files/libgpr-2019-gentoo.patch [moved from dev-ada/libgpr/files/libgpr-2018-gentoo.patch with 59% similarity]
dev-ada/libgpr/libgpr-2019-r1.ebuild

similarity index 59%
rename from dev-ada/libgpr/files/libgpr-2018-gentoo.patch
rename to dev-ada/libgpr/files/libgpr-2019-gentoo.patch
index 013a56b92e7806ca6f79b4896cbac1e22bbd7ad9..b7b9a2d3c870f539d88cccb08940c876d0c2ae77 100644 (file)
@@ -1,5 +1,5 @@
---- gprbuild-gpl-2016-src/gpr/src/gpr-env.adb.old      2017-11-13 22:16:53.349083426 +0100
-+++ gprbuild-gpl-2016-src/gpr/src/gpr-env.adb  2017-11-13 22:17:22.692590351 +0100
+--- a/gpr/src/gpr-env.adb      2017-11-13 22:16:53.349083426 +0100
++++ b/gpr/src/gpr-env.adb      2017-11-13 22:17:22.692590351 +0100
 @@ -1948,6 +1948,8 @@
  
        end if;
@@ -9,8 +9,8 @@
        if Gpr_Prj_Path.all /= "" then
           Add_Directories (Self, Gpr_Prj_Path.all);
        end if;
---- gprbuild-gpl-2017-src/gpr/src/gpr-names.ads.old    2017-11-19 13:09:18.947527738 +0100
-+++ gprbuild-gpl-2017-src/gpr/src/gpr-names.ads        2017-11-19 13:10:08.125654595 +0100
+--- a/gpr/src/gpr-names.ads    2017-11-19 13:09:18.947527738 +0100
++++ b/gpr/src/gpr-names.ads    2017-11-19 13:10:08.125654595 +0100
 @@ -27,6 +27,8 @@
     Name_Buffer : String (1 .. 1_000_000);
     Name_Len    : Natural := 0;
@@ -20,8 +20,8 @@
     procedure Get_Name_String (Id : Name_Id);
     procedure Get_Name_String (Id : Unit_Name_Type);
     procedure Get_Name_String (Id : File_Name_Type);
---- gprbuild-gpl-2017-src/gpr/src/gpr-names.adb.old    2017-11-19 13:10:27.674316703 +0100
-+++ gprbuild-gpl-2017-src/gpr/src/gpr-names.adb        2017-11-19 13:14:38.360963627 +0100
+--- a/gpr/src/gpr-names.adb    2017-11-19 13:10:27.674316703 +0100
++++ b/gpr/src/gpr-names.adb    2017-11-19 13:14:38.360963627 +0100
 @@ -354,6 +354,8 @@
  
        Name_Chars.Append (ASCII.NUL);
@@ -40,8 +40,8 @@
        return Name_Entries.Last;
     end Name_Find;
  
---- gprbuild-gpl-2017-src/gpr/src/gpr-snames.adb.old   2017-11-19 13:12:41.592995718 +0100
-+++ gprbuild-gpl-2017-src/gpr/src/gpr-snames.adb       2017-11-19 13:16:31.980979696 +0100
+--- a/gpr/src/gpr-snames.adb   2017-11-19 13:12:41.592995718 +0100
++++ b/gpr/src/gpr-snames.adb   2017-11-19 13:16:31.980979696 +0100
 @@ -53,6 +53,10 @@
           return;
        end if;
index 08adbdbfde3f7369e63253294d7ee888e8755285..7906a8d27d4f4b3fc73f7984c73660e6c994c0af 100644 (file)
@@ -25,6 +25,8 @@ REQUIRED_USE="${ADA_REQUIRED_USE}"
 
 S="${WORKDIR}"/${MYP}-src
 
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
 src_configure() {
        emake prefix="${D}"/usr setup
 }