diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2006-10-27 01:34:57 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2006-10-27 01:34:57 +0000 |
commit | bdaa159fb01654d3064f0483be04b67ba0cca668 (patch) | |
tree | bd7871760e7a0204662ec17745b952d54ab41f1d /app-crypt/xca/files | |
parent | Fixes db detection, thanks to Tomas Sedlak, bug#152846. Cleanup old revisions... (diff) | |
download | gentoo-2-bdaa159fb01654d3064f0483be04b67ba0cca668.tar.gz gentoo-2-bdaa159fb01654d3064f0483be04b67ba0cca668.tar.bz2 gentoo-2-bdaa159fb01654d3064f0483be04b67ba0cca668.zip |
Fixes db detection, thanks to Tomas Sedlak, bug#152846. Cleanup old revisions, organize patchset
(Portage version: 2.1.1)
(Unsigned Manifest commit)
Diffstat (limited to 'app-crypt/xca/files')
-rw-r--r-- | app-crypt/xca/files/Rules.mak-prefix.patch | 13 | ||||
-rw-r--r-- | app-crypt/xca/files/configure-db.patch | 11 | ||||
-rw-r--r-- | app-crypt/xca/files/digest-xca-0.5.1 | 3 | ||||
-rw-r--r-- | app-crypt/xca/files/xca-0.5.1-qt.diff | 12 |
4 files changed, 0 insertions, 39 deletions
diff --git a/app-crypt/xca/files/Rules.mak-prefix.patch b/app-crypt/xca/files/Rules.mak-prefix.patch deleted file mode 100644 index ee46285c831e..000000000000 --- a/app-crypt/xca/files/Rules.mak-prefix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- work/xca-0.5.2/Rules.mak 2004-04-15 01:36:54.000000000 +0200 -+++ work/xca-0.5.2/Rules.mak 2005-02-22 10:15:30.157857504 +0100 -@@ -2,8 +2,8 @@ - - all: target.obj - --ifneq ($(prefix),) -- CFLAGS+= -DPREFIX=\"$(prefix)\" -+ifneq ($(inst_prefix),) -+ CFLAGS+= -DPREFIX=\"$(inst_prefix)\" - endif - - ifneq ($(basedir),) diff --git a/app-crypt/xca/files/configure-db.patch b/app-crypt/xca/files/configure-db.patch deleted file mode 100644 index 05f10dde7466..000000000000 --- a/app-crypt/xca/files/configure-db.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- work/xca-0.5.2/configure 2004-04-23 10:22:57.000000000 +0200 -+++ work/xca-0.5.2/configure 2005-02-21 21:37:42.000000000 +0100 -@@ -94,7 +94,7 @@ - - - ######################## DB --subdirs="/db /db4 /db3" -+subdirs="/db4.?" - search_includes db_cxx.h || err "The Berkeley DB header files were not found" - search_lib db_cxx db4_cxx db_cxx-4 db3_cxx db_cxx-3 || err "The Berkeley DB library was not found. Try installing db-dev" - ## The fun of NPTL... (Thx Enrico Scholz) diff --git a/app-crypt/xca/files/digest-xca-0.5.1 b/app-crypt/xca/files/digest-xca-0.5.1 deleted file mode 100644 index f6b8229164e1..000000000000 --- a/app-crypt/xca/files/digest-xca-0.5.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 24e0289c189b8db2f1f15a4ddac1b1c3 xca-0.5.1.tar.gz 287025 -RMD160 7d21c94d245679c8b842e4b0e1a9c4420104017f xca-0.5.1.tar.gz 287025 -SHA256 cf51de5760c6d34b17b379c23f17699ee597a3264b9bed0f165bd302726757cb xca-0.5.1.tar.gz 287025 diff --git a/app-crypt/xca/files/xca-0.5.1-qt.diff b/app-crypt/xca/files/xca-0.5.1-qt.diff deleted file mode 100644 index c6d101942ff8..000000000000 --- a/app-crypt/xca/files/xca-0.5.1-qt.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur xca-0.5.1.orig/widgets/clicklabel.cpp xca-0.5.1/widgets/clicklabel.cpp ---- xca-0.5.1.orig/widgets/clicklabel.cpp 2003-11-26 23:03:18.000000000 +0100 -+++ xca-0.5.1/widgets/clicklabel.cpp 2004-12-09 20:18:02.632858864 +0100 -@@ -58,7 +58,7 @@ - ClickLabel::ClickLabel( QWidget* parent, const char* name, WFlags f ) - :QLabel( parent, name, f ) - { -- QFont font( font() ); -+ QFont font; - font.setBold(true); - setFont( font ); - setFrameShape( QLabel::Panel ); |